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 | 玩? | 100010101101111100111111 | 8adf3f |
EUC-JP | 玩頊 | 1011010011100001100011111110011111110100 | b4e18fe7f4 |
UTF-8 | 玩頊 | 111001111000111010101001111010011010000010001010 | e78ea9e9a08a |
UHC | 玩頊 | 11101000110011001110100111110101 | e8cce9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)