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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 犖珀犖琅B | 111000001011011011100000110111111110000010110110111000001110010001000010 | e0b6e0dfe0b6e0e442 |
EUC-JP | 犖珀犖琅B | 111000001011100011100000111000011110000010111000111000001110011001000010 | e0b8e0e1e0b8e0e642 |
UTF-8 | 犖珀犖琅B | 11100111100010101001011011100111100011111000000011100111100010101001011011100111100100001000010101000010 | e78a96e78f80e78a96e7908542 |
UHC | ?珀?琅B | 00111111110110101101011000111111110101011100101001000010 | 3fdad63fd5ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)