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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 淙晁 | 10011111110010001001110111101000 | 9fc89de8 |
EUC-JP | 淙晁 | 11011110110010101101101011101010 | decadaea |
UTF-8 | 淙晁 | 111001101011011110011001111001101001100110000001 | e6b799e69981 |
UHC | 淙晁 | 11110000111110001111000011000101 | f0f8f0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)