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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蛟剰晶B | 11100101100000001000111111101000100011111011101101000010 | e5808fe88fbb42 |
EUC-JP | 蛟剰晶B | 11101001111000001011111011101010101111101011110101000010 | e9e0beeabebd42 |
UTF-8 | 蛟剰晶B | 11101000100110111001111111100101100010011011000011100110100110011011011001000010 | e89b9fe589b0e699b642 |
UHC | 蛟?晶B | 110011101111000100111111111011111101110001000010 | cef13fefdc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)