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 | ¾® | 11000010101111101100001010101110 | c2bec2ae |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | �® | 10001111101010101010010000111111100011111010101010100100100011111010001011101110 | 8faaa43f8faaa48fa2ee |
UTF-8 | ¾® | 1100001110000010110000101011111011000011100000101100001010101110 | c382c2bec382c2ae |
UHC | ?¾?® | 001111111010100011111010001111111010001011100111 | 3fa8fa3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)