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 | 闔賛 | 11101000100011101000111001011110 | e88e8e5e |
EUC-JP | 闔賛 | 11101111111011101011101110111111 | efeebbbf |
UTF-8 | 闔賛 | 111010011001011110010100111010001011001110011011 | e99794e8b39b |
UHC | 闔? | 111110011110111100111111 | f9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)