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 | ∫?懈?? | 10000001111001110011111110011100111001100011111100111111 | 81e73f9ce63f3f |
EUC-JP | ∫?懈?? | 10100010111010010011111111011000111010000011111100111111 | a2e93fd8e83f3f |
UTF-8 | ∫룫懈◈룶 | 111000101000100010101011111010111010001110101011111001101000011110001000111000101001011110001000111010111010001110110110 | e288abeba3abe68788e29788eba3b6 |
UHC | ∫룫懈◈룶 | 10100001111100101000111110100010111110101010101110100010110000101000111110101011 | a1f28fa2faaba2c28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)