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 | 11100111100001001000010011101000101111101001111001000010 | e78484e8be9e42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ç??è??B | 1000111110101011101011100011111100111111100011111010101110110010001111110011111101000010 | 8fabae3f3f8fabb23f3f42 |
UTF-8 | çè¾B | 11000011101001111100001010000100110000101000010011000011101010001100001010111110110000101001111001000010 | c3a7c284c284c3a8c2bec29e42 |
UHC | ????¾?B | 0011111100111111001111110011111110101000111110100011111101000010 | 3f3f3f3fa8fa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)