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 | 11101011100011111000011111101011100011111000011101000010 | eb8f87eb8f8742 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ë??ë??B | 1000111110101011101100110011111100111111100011111010101110110011001111110011111101000010 | 8fabb33f3f8fabb33f3f42 |
UTF-8 | ëëB | 11000011101010111100001010001111110000101000011111000011101010111100001010001111110000101000011101000010 | c3abc28fc287c3abc28fc28742 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)