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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 車悉車室B | 100011101101010010001110101110111000111011010100100011101011101001000010 | 8ed48ebb8ed48eba42 |
EUC-JP | 車悉車室B | 101111001101011010111100101111011011110011010110101111001011110001000010 | bcd6bcbdbcd6bcbc42 |
UTF-8 | 車悉車室B | 11101000101110111000101011100110100000101000100111101000101110111000101011100101101011101010010001000010 | e8bb8ae68289e8bb8ae5aea442 |
UHC | 車悉車室B | 111100111011001111100011111110101111001110110011111000111111100001000010 | f3b3e3faf3b3e3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)