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 | û²\ç® | 111110111011001010001111010111001110011110101110 | fbb28f5ce7ae |
SJIS-WIN | ???\?? | 001111110011111100111111010111000011111100111111 | 3f3f3f5c3f3f |
EUC-JP | û??\ç® | 100011111010101111100101001111110011111101011100100011111010101110101110100011111010001011101110 | 8fabe53f3f5c8fabae8fa2ee |
UTF-8 | û²\ç® | 1100001110111011110000101011001011000010100011110101110011000011101001111100001010101110 | c3bbc2b2c28f5cc3a7c2ae |
UHC | ?²?\?® | 0011111110101001111101110011111101011100001111111010001011100111 | 3fa9f73f5c3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)