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 | 二똁 | 111001001011101010001100111010111001100010000001 | e4ba8ceb9881 |
UHC | 二똁 | 11101100101000111000110001000010 | eca38c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)