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 | 100011111011101111011110111001001011010101000010 | 8fbbdee4b542 |
EUC-JP | 晶゙莊B | 10111110101111011000111011011110111010001011011101000010 | bebd8edee8b742 |
UTF-8 | 晶゙莊B | 11100110100110011011011011101111101111101001111011101000100011101000101001000010 | e699b6efbe9ee88e8a42 |
UHC | 晶?莊B | 111011111101110000111111111011011111011001000010 | efdc3fedf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)