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 | 玩試 | 10001010110111111000111010001110 | 8adf8e8e |
EUC-JP | 玩試 | 10110100111000011011101111101110 | b4e1bbee |
UTF-8 | 玩試 | 111001111000111010101001111010001010100110100110 | e78ea9e8a9a6 |
UHC | 玩試 | 11101000110011001110001111001011 | e8cce3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)