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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 隘檳 | 11101000101001011001111101000110 | e8a59f46 |
EUC-JP | 隘檳 | 11110000101001111101110110100111 | f0a7dda7 |
UTF-8 | 隘檳 | 111010011001101010011000111001101010101010110011 | e99a98e6aab3 |
UHC | 隘檳 | 11100100111101101101111010110001 | e4f6deb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)