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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 睫谺睫嚶^ | 111000011100101011100110101011001110000111001010100110101000110101011110 | e1cae6ace1ca9a8d5e |
EUC-JP | 睫谺睫嚶^ | 111000101100110011101100101011101110001011001100110100111110110101011110 | e2ccecaee2ccd3ed5e |
UTF-8 | 睫谺睫嚶^ | 11100111100111011010101111101000101100001011101011100111100111011010101111100101100110101011011001011110 | e79dabe8b0bae79dabe59ab65e |
UHC | 睫?睫?^ | 11110100111000100011111111110100111000100011111101011110 | f4e23ff4e23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)