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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 嵬??}B | 100110111100101000111111001111110111110101000010 | 9bca3f3f7d42 |
EUC-JP | 嵬??}B | 110101101100110000111111001111110111110101000010 | d6cc3f3f7d42 |
UTF-8 | 嵬뚨댚}B | 1110010110110101101011001110101110011010101010001110101110001100100110100111110101000010 | e5b5aceb9aa8eb8c9a7d42 |
UHC | 嵬뚨댚}B | 1110100011100011100011001110011110001000101111100111110101000010 | e8e38ce788be7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)