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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 車痔n車痔nB | 1000111011010100100011101010010001101110100011101101010010001110101001000110111001000010 | 8ed48ea46e8ed48ea46e42 |
EUC-JP | 車痔n車痔nB | 1011110011010110101111001010011001101110101111001101011010111100101001100110111001000010 | bcd6bca66ebcd6bca66e42 |
UTF-8 | 車痔n車痔nB | 111010001011101110001010111001111001011110010100011011101110100010111011100010101110011110010111100101000110111001000010 | e8bb8ae797946ee8bb8ae797946e42 |
UHC | 車痔n車痔nB | 1111001110110011111101101100000001101110111100111011001111110110110000000110111001000010 | f3b3f6c06ef3b3f6c06e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)