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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ▲\〕 | 100000011010001110000001010111111000000101101100 | 81a3815f816c |
EUC-JP | ▲\〕 | 101000101010010110100001110000001010000111001101 | a2a5a1c0a1cd |
UTF-8 | ▲\〕 | 111000101001011010110010111011111011110010111100111000111000000010010101 | e296b2efbcbce38095 |
UHC | ▲\〕 | 101000011110001110100001101011001010000110110011 | a1e3a1aca1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)