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 | 11100111101010101000100011101011100110111000100001000010 | e7aa88eb9b8842 |
EUC-JP | 遯壱寤B | 11101110101011001011000011101101110101011110100001000010 | eeacb0edd5e842 |
UTF-8 | 遯壱寤B | 11101001100000011010111111100101101000111011000111100101101011111010010001000010 | e981afe5a3b1e5afa442 |
UHC | 遯?寤B | 110101001110111000111111111001111111010101000010 | d4ee3fe7f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)