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 | 二쿰 | 111001001011101010001100111011001011111110110000 | e4ba8cecbfb0 |
UHC | 二쿰 | 11101100101000111100010011110001 | eca3c4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)