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 | ò®®ò£ | 111100101010111010001110101011101111001010100011 | f2ae8eaef2a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ò®?®ò£ | 100011111010101111010010100011111010001011101110001111111000111110100010111011101000111110101011110100101010000111110010 | 8fabd28fa2ee3f8fa2ee8fabd2a1f2 |
UTF-8 | ò®®ò£ | 110000111011001011000010101011101100001010001110110000101010111011000011101100101100001010100011 | c3b2c2aec28ec2aec3b2c2a3 |
UHC | ?®?®?? | 0011111110100010111001110011111110100010111001110011111100111111 | 3fa2e73fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)