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 | 案柚 | 10001000110001001001011101001101 | 88c4974d |
EUC-JP | 案柚 | 10110000110001101100110110101110 | b0c6cdae |
UTF-8 | 案柚 | 111001101010000110001000111001101001111110011010 | e6a188e69f9a |
UHC | 案柚 | 11100100110100001110101011110110 | e4d0eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)