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 | 110000101000111101000000011010011100001010001111010000000110100101000010 | c28f4069c28f406942 |
SJIS-WIN | ??@i??@iB | 001111110011111101000000011010010011111100111111010000000110100101000010 | 3f3f40693f3f406942 |
EUC-JP | Â?@iÂ?@iB | 10001111101010101010010000111111010000000110100110001111101010101010010000111111010000000110100101000010 | 8faaa43f40698faaa43f406942 |
UTF-8 | Â@iÂ@iB | 11000011100000101100001010001111010000000110100111000011100000101100001010001111010000000110100101000010 | c382c28f4069c382c28f406942 |
UHC | ??@i??@iB | 001111110011111101000000011010010011111100111111010000000110100101000010 | 3f3f40693f3f406942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)