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 | ?K | 0011111101001011 | 3f4b |
SJIS-WIN | 堰K | 100010011000000101001011 | 89814b |
EUC-JP | 堰K | 101100011110000101001011 | b1e14b |
UTF-8 | 堰K | 11100101101000001011000001001011 | e5a0b04b |
UHC | 堰K | 111001011110100001001011 | e5e84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)