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 | 磊筝 | 11100001111110111110001010110110 | e1fbe2b6 |
EUC-JP | 磊筝 | 11100010111111011110010010111000 | e2fde4b8 |
UTF-8 | 磊筝 | 111001111010001110001010111001111010110110011101 | e7a38ae7ad9d |
UHC | 磊? | 110101101111000000111111 | d6f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)