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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?孰?^ | 0011111110011011011110000011111101011110 | 3f9b783f5e |
EUC-JP | ?孰?^ | 0011111111010101110110010011111101011110 | 3fd5d93f5e |
UTF-8 | 렮孰롗^ | 11101011101000001010111011100101101011011011000011101011101000011001011101011110 | eba0aee5adb0eba1975e |
UHC | 렮孰롗^ | 10001110101110111110001011010101100011101101101101011110 | 8ebbe2d58edb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)