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 | 11101010111111001001011011101011100111101001011001000010 | eafc96eb9e9642 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | êü?ë??B | 10001111101010111011010010001111101010111110010000111111100011111010101110110011001111110011111101000010 | 8fabb48fabe43f8fabb33f3f42 |
UTF-8 | êüëB | 11000011101010101100001110111100110000101001011011000011101010111100001010011110110000101001011001000010 | c3aac3bcc296c3abc29ec29642 |
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)