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 | 誤? | 100011001110101100111111 | 8ceb3f |
EUC-JP | 誤? | 101110001110110100111111 | b8ed3f |
UTF-8 | 誤곊 | 111010001010101010100100111010101011001110001010 | e8aaa4eab38a |
UHC | 誤곊 | 11101000101001101000000111001110 | e8a681ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)