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 | 軆詈 | 11100111010111001110011001101001 | e75ce669 |
EUC-JP | 軆詈 | 11101101101111011110101111001010 | edbdebca |
UTF-8 | 軆詈 | 111010001011101110000110111010001010100110001000 | e8bb86e8a988 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)