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 | 〓□ | 10000001101011001000000110100000 | 81ac81a0 |
EUC-JP | 〓□ | 10100010101011101010001010100010 | a2aea2a2 |
UTF-8 | 〓□ | 111000111000000010010011111000101001011010100001 | e38093e296a1 |
UHC | 〓□ | 10100001111010111010000111100000 | a1eba1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)