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 | 者柴 | 10001110110100101000111011000100 | 8ed28ec4 |
EUC-JP | 者柴 | 10111100110101001011110011000110 | bcd4bcc6 |
UTF-8 | 者柴 | 111010001000000010000101111001101001111110110100 | e88085e69fb4 |
UHC | 者柴 | 11101101101110101110001111000011 | edbae3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)