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 | °÷û²¯ | 100011111011000011110111111110111011001010101111 | 8fb0f7fbb2af |
SJIS-WIN | ?°÷??? | 0011111110000001100010111000000110000000001111110011111100111111 | 3f818b81803f3f3f |
EUC-JP | ?°÷û?¯ | 001111111010000111101011101000011110000010001111101010111110010100111111100011111010001010110100 | 3fa1eba1e08fabe53f8fa2b4 |
UTF-8 | °÷û²¯ | 110000101000111111000010101100001100001110110111110000111011101111000010101100101100001010101111 | c28fc2b0c3b7c3bbc2b2c2af |
UHC | ?°÷?²? | 001111111010000111000110101000011100000000111111101010011111011100111111 | 3fa1c6a1c03fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)