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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 循??徇B | 10001111011110100011111100111111100111000110110101000010 | 8f7a3f3f9c6d42 |
EUC-JP | 循??徇B | 10111101110110110011111100111111110101111100111001000010 | bddb3f3fd7ce42 |
UTF-8 | 循롍렳徇B | 11100101101111101010101011101011101000011000110111101011101000001011001111100101101111101000011101000010 | e5beaaeba18deba0b3e5be8742 |
UHC | 循롍렳徇B | 111000101110000010001110110100111000111011000000111000101101111101000010 | e2e08ed38ec0e2df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)