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 | 猜?泄 | 1110000011001000001111111001111110010101 | e0c83f9f95 |
EUC-JP | 猜?泄 | 1110000011001010001111111101110111110101 | e0ca3fddf5 |
UTF-8 | 猜쎟泄 | 111001111000110010011100111011001000111010011111111001101011001110000100 | e78c9cec8e9fe6b384 |
UHC | 猜쎟泄 | 111000111100010010011011110001101110000011011100 | e3c49bc6e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)