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 | 10010000111000110011111110010000111000110011111101000010 | 90e33f90e33f42 |
EUC-JP | 舌飡舌飡B | 1100000011100101100011111110100011001000110000001110010110001111111010001100100001000010 | c0e58fe8c8c0e58fe8c842 |
UTF-8 | 舌飡舌飡B | 11101000100010001000110011101001101000111010000111101000100010001000110011101001101000111010000101000010 | e8888ce9a3a1e8888ce9a3a142 |
UHC | 舌飡舌飡B | 111000001101111111100001111000101110000011011111111000011110001001000010 | e0dfe1e2e0dfe1e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)