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 | 瓠蜍 | 11100001010000001110010110001011 | e140e58b |
EUC-JP | 瓠蜍 | 11100001101000011110100111101011 | e1a1e9eb |
UTF-8 | 瓠蜍 | 111001111001001110100000111010001001110010001101 | e793a0e89c8d |
UHC | 瓠? | 111110111101001000111111 | fbd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)