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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 啼?莊?以?^ | 10011010011001010011111111100100101101010011111110001000110010000011111101011110 | 9a653fe4b53f88c83f5e |
EUC-JP | 啼?莊?以?^ | 11010011110001100011111111101000101101110011111110110000110010100011111101011110 | d3c63fe8b73fb0ca3f5e |
UTF-8 | 啼렮莊렡以렦^ | 11100101100101011011110011101011101000001010111011101000100011101000101011101011101000001010000111100100101110111010010111101011101000001010011001011110 | e595bceba0aee88e8aeba0a1e4bba5eba0a65e |
UHC | 啼렮莊렡以렦^ | 11110000101001101000111010111011111011011111011010001110101100101110110010100100100011101011010101011110 | f0a68ebbedf68eb2eca48eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)