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 | çv@B | 11100111011101100100000001000010 | e7764042 |
SJIS-WIN | ?v@B | 00111111011101100100000001000010 | 3f764042 |
EUC-JP | çv@B | 100011111010101110101110011101100100000001000010 | 8fabae764042 |
UTF-8 | çv@B | 1100001110100111011101100100000001000010 | c3a7764042 |
UHC | ?v@B | 00111111011101100100000001000010 | 3f764042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)