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 | 菖疳 | 10001111110100101110000101110000 | 8fd2e170 |
EUC-JP | 菖疳 | 10111110110101001110000111010001 | bed4e1d1 |
UTF-8 | 菖疳 | 111010001000111110010110111001111001011010110011 | e88f96e796b3 |
UHC | 菖疳 | 11110011111011101100101011110111 | f3eecaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)