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 | 螟怡螟 | 111001011010010010011100011111011110010110100100 | e5a49c7de5a4 |
EUC-JP | 螟怡螟 | 111010101010011011010111110111101110101010100110 | eaa6d7deeaa6 |
UTF-8 | 螟怡螟 | 111010001001111010011111111001101000000010100001111010001001111010011111 | e89e9fe680a1e89e9f |
UHC | 螟怡螟 | 110110011010110111101100101011101101100110101101 | d9adecaed9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)