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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 壤??E | 1001101011011111001111110011111101000101 | 9adf3f3f45 |
EUC-JP | 壤??E | 1101010011100001001111110011111101000101 | d4e13f3f45 |
UTF-8 | 壤쏅젍E | 11100101101000111010010011101100100011111000010111101100101000001000110101000101 | e5a3a4ec8f85eca08d45 |
UHC | 壤쏅젍E | 11100101101111011001101111101011101000001000111001000101 | e5bd9beba08e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)