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 | 琿犁 | 11100000111010111110000010110011 | e0ebe0b3 |
EUC-JP | 琿犁 | 11100000111011011110000010110101 | e0ede0b5 |
UTF-8 | 琿犁 | 111001111001000010111111111001111000101010000001 | e790bfe78a81 |
UHC | 琿犁 | 11111011111010101101011111100000 | fbead7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)