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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 萵ェ] | 11100100111000001010101001011101 | e4e0aa5d |
EUC-JP | 萵ェ] | 1110100011100010100011101010101001011101 | e8e28eaa5d |
UTF-8 | 萵ェ] | 11101000100100001011010111101111101111011010101001011101 | e890b5efbdaa5d |
UHC | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)