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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | ロ゙鮃珈SB | 1101101111011110111010011011011111100000110110110101001101000010 | dbdee9b7e0db5342 |
EUC-JP | ロ゙鮃珈SB | 10001110110110111000111011011110111100101011100111100000110111010101001101000010 | 8edb8edef2b9e0dd5342 |
UTF-8 | ロ゙鮃珈SB | 1110111110111110100110111110111110111110100111101110100110101110100000111110011110001111100010000101001101000010 | efbe9befbe9ee9ae83e78f885342 |
UHC | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)