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 | 瓊繿 | 11100000111110011110001110010001 | e0f9e391 |
EUC-JP | 瓊繿 | 11100000111110111110010111110001 | e0fbe5f1 |
UTF-8 | 瓊繿 | 111001111001001110001010111001111011100110111111 | e7938ae7b9bf |
UHC | 瓊? | 110011001110000100111111 | cce13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)