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 | 11101000100101001000000011100101100111111011011101000010 | e89480e59fb742 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | è??å??B | 1000111110101011101100100011111100111111100011111010101110101001001111110011111101000010 | 8fabb23f3f8faba93f3f42 |
UTF-8 | èå·B | 11000011101010001100001010010100110000101000000011000011101001011100001010011111110000101011011101000010 | c3a8c294c280c3a5c29fc2b742 |
UHC | ?????·B | 0011111100111111001111110011111100111111101000011010010001000010 | 3f3f3f3f3fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)