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 | ?鮮 | 001111111001000101001110 | 3f914e |
EUC-JP | ?鮮 | 001111111100000110101111 | 3fc1af |
UTF-8 | 媤鮮 | 111001011010101010100100111010011010111010101110 | e5aaa4e9aeae |
UHC | 媤鮮 | 11100011101110001110000011011000 | e3b8e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)