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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 瓦??wh | 100010101010001000111111001111110111011101101000 | 8aa23f3f7768 |
EUC-JP | 瓦??wh | 101101001010010000111111001111110111011101101000 | b4a43f3f7768 |
UTF-8 | 瓦몌슥wh | 1110011110010011101001101110101110101010100011001110110010001010101001010111011101101000 | e793a6ebaa8cec8aa57768 |
UHC | 瓦몌슥wh | 1110100010111111101110001110111110111101101110110111011101101000 | e8bfb8efbdbb7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)