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 | 琿默 | 11100000111010111110000011010010 | e0ebe0d2 |
EUC-JP | 琿默 | 11100000111011011110000011010100 | e0ede0d4 |
UTF-8 | 琿默 | 111001111001000010111111111010011011101110011000 | e790bfe9bb98 |
UHC | 琿默 | 11111011111010101101100111111001 | fbead9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)