To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 旦息}旦息{^ | 1001001001010101100100011010011101111101100100100101010110010001101001110111101101011110 | 925591a77d925591a77b5e |
EUC-JP | 旦息}旦息{^ | 1100001110110110110000101010100101111101110000111011011011000010101010010111101101011110 | c3b6c2a97dc3b6c2a97b5e |
UTF-8 | 旦息}旦息{^ | 111001101001011110100110111001101000000110101111011111011110011010010111101001101110011010000001101011110111101101011110 | e697a6e681af7de697a6e681af7b5e |
UHC | 旦息}旦息{^ | 1101001110101001111000111101001101111101110100111010100111100011110100110111101101011110 | d3a9e3d37dd3a9e3d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)