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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 繹??]H | 111000111000100000111111001111110101110101001000 | e3883f3f5d48 |
EUC-JP | 繹??]H | 111001011110100000111111001111110101110101001000 | e5e83f3f5d48 |
UTF-8 | 繹먮젉]H | 1110011110111001101110011110101110101000101011101110110010100000100010010101110101001000 | e7b9b9eba8aeeca0895d48 |
UHC | 繹먮젉]H | 1110011010111010100100001110101110100000100010110101110101001000 | e6ba90eba08b5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)