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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 柞帷霎h | 10011110011011111001101111100111111010001011111001101000 | 9e6f9be7e8be68 |
EUC-JP | 柞帷霎h | 11011011110100001101011011101001111100001100000001101000 | dbd0d6e9f0c068 |
UTF-8 | 柞帷霎h | 11100110100111111001111011100101101110001011011111101001100111001000111001101000 | e69f9ee5b8b7e99c8e68 |
UHC | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)