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 | 墻gズ | 100110101101010010000010100001111000001101011001 | 9ad482878359 |
EUC-JP | 墻gズ | 110101001101011010100011111001111010010110111010 | d4d6a3e7a5ba |
UTF-8 | 墻gズ | 111001011010001010111011111011111011110110000111111000111000001010111010 | e5a2bbefbd87e382ba |
UHC | 墻gズ | 111011011101111110100011111001111010101110111010 | eddfa3e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)