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 | ¢®¡×B | 1010001010101110101000011101011101000010 | a2aea1d742 |
SJIS-WIN | ¢??×B | 10000001100100010011111100111111100000010111111001000010 | 81913f3f817e42 |
EUC-JP | ¢®¡×B | 1010000111110001100011111010001011101110100011111010001011000010101000011101111101000010 | a1f18fa2ee8fa2c2a1df42 |
UTF-8 | ¢®¡×B | 110000101010001011000010101011101100001010100001110000111001011101000010 | c2a2c2aec2a1c39742 |
UHC | ?®¡×B | 0011111110100010111001111010001010101110101000011011111101000010 | 3fa2e7a2aea1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)