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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 仲蝎? | 1001001010000111111001011001100100111111 | 9287e5993f |
EUC-JP | 仲蝎? | 1100001111100111111010011111100100111111 | c3e7e9f93f |
UTF-8 | 仲蝎깥 | 111001001011101110110010111010001001110110001110111010101011100110100101 | e4bbb2e89d8eeab9a5 |
UHC | 仲蝎깥 | 111100011110101011001010111010011011000111111001 | f1eacae9b1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)