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 | ??HhTB | 001111110011111101001000011010000101010001000010 | 3f3f48685442 |
SJIS-WIN | 嗇貉HhTB | 1001101010100101111001101011100101001000011010000101010001000010 | 9aa5e6b948685442 |
EUC-JP | 嗇貉HhTB | 1101010010100111111011001011101101001000011010000101010001000010 | d4a7ecbb48685442 |
UTF-8 | 嗇貉HhTB | 11100101100101111000011111101000101100101000100101001000011010000101010001000010 | e59787e8b28948685442 |
UHC | 嗇?HhTB | 11011111111000000011111101001000011010000101010001000010 | dfe03f48685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)