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 | 100010101010001000111111001111110111110101000010 | 8aa23f3f7d42 |
EUC-JP | 瓦??}B | 101101001010010000111111001111110111110101000010 | b4a43f3f7d42 |
UTF-8 | 瓦댐쉈}B | 1110011110010011101001101110101110001100100100001110110010001001100010000111110101000010 | e793a6eb8c90ec89887d42 |
UHC | 瓦댐쉈}B | 1110100010111111101101001110111110111101101001010111110101000010 | e8bfb4efbda57d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)