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 | 仲麥? | 1001001010000111111010100110110100111111 | 9287ea6d3f |
EUC-JP | 仲麥? | 1100001111100111111100111100111000111111 | c3e7f3ce3f |
UTF-8 | 仲麥렕 | 111001001011101110110010111010011011101010100101111010111010000010010101 | e4bbb2e9baa5eba095 |
UHC | 仲麥렕 | 111100011110101011011000111010101000111010101010 | f1ead8ea8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)