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 | éúVB | 1000111111101001111110100101011001000010 | 8fe9fa5642 |
SJIS-WIN | ???VB | 0011111100111111001111110101011001000010 | 3f3f3f5642 |
EUC-JP | ?éúVB | 001111111000111110101011101100011000111110101011111000100101011001000010 | 3f8fabb18fabe25642 |
UTF-8 | éúVB | 1100001010001111110000111010100111000011101110100101011001000010 | c28fc3a9c3ba5642 |
UHC | ???VB | 0011111100111111001111110101011001000010 | 3f3f3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)