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 | ?hTB | 00111111011010000101010001000010 | 3f685442 |
SJIS-WIN | 弔hTB | 1001001010100010011010000101010001000010 | 92a2685442 |
EUC-JP | 弔hTB | 1100010010100100011010000101010001000010 | c4a4685442 |
UTF-8 | 弔hTB | 111001011011110010010100011010000101010001000010 | e5bc94685442 |
UHC | 弔hTB | 1111000011000000011010000101010001000010 | f0c0685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)