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 | 竣紺元 | 100011110111011010001101101011101000110010110011 | 8f768dae8cb3 |
EUC-JP | 竣紺元 | 101111011101011110111010101100001011100010110101 | bdd7bab0b8b5 |
UTF-8 | 竣紺元 | 111001111010101110100011111001111011010010111010111001011000010110000011 | e7aba3e7b4bae58583 |
UHC | 竣紺元 | 111100011110001011001010111110101110101010101010 | f1e2cafaeaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)