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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莠川嗇 | 111001001011101010010000111011001001101010100101 | e4ba90ec9aa5 |
EUC-JP | 莠川嗇 | 111010001011110011000000111011101101010010100111 | e8bcc0eed4a7 |
UTF-8 | 莠川嗇 | 111010001000111010100000111001011011011110011101111001011001011110000111 | e88ea0e5b79de59787 |
UHC | ?川嗇 | 0011111111110100101110011101111111100000 | 3ff4b9dfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)