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 | 二? | 100100111111000100111111 | 93f13f |
EUC-JP | 二? | 110001101111001100111111 | c6f33f |
UTF-8 | 二추 | 111001001011101010001100111011001011011010010100 | e4ba8cecb694 |
UHC | 二추 | 11101100101000111100001111011111 | eca3c3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)