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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ’???⊂ | 10000001011001100011111100111111001111111000000110111100 | 81663f3f3f81bc |
EUC-JP | ’???⊂ | 10100001110001110011111100111111001111111010001010111110 | a1c73f3f3fa2be |
UTF-8 | ’룶殺◈⊂ | 111000101000000010011001111010111010001110110110111011111010010110110000111000101001011110001000111000101000101010000010 | e28099eba3b6efa5b0e29788e28a82 |
UHC | ’룶殺◈⊂ | 10100001101011111000111110101011111000011110110110100010110000101010000111111000 | a1af8fabe1eda2c2a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)