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 | éúVh | 1000111111101001111110100101011001101000 | 8fe9fa5668 |
SJIS-WIN | ???Vh | 0011111100111111001111110101011001101000 | 3f3f3f5668 |
EUC-JP | ?éúVh | 001111111000111110101011101100011000111110101011111000100101011001101000 | 3f8fabb18fabe25668 |
UTF-8 | éúVh | 1100001010001111110000111010100111000011101110100101011001101000 | c28fc3a9c3ba5668 |
UHC | ???Vh | 0011111100111111001111110101011001101000 | 3f3f3f5668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)