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 | @i@iB | 10001111010000000110100110001111010000000110100101000010 | 8f40698f406942 |
SJIS-WIN | ?@i?@iB | 00111111010000000110100100111111010000000110100101000010 | 3f40693f406942 |
EUC-JP | ?@i?@iB | 00111111010000000110100100111111010000000110100101000010 | 3f40693f406942 |
UTF-8 | @i@iB | 110000101000111101000000011010011100001010001111010000000110100101000010 | c28f4069c28f406942 |
UHC | ?@i?@iB | 00111111010000000110100100111111010000000110100101000010 | 3f40693f406942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)