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 | ܸ¼® | 11011100101110001011110010101110 | dcb8bcae |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ܸ?® | 10001111101010101110010010001111101000101011000100111111100011111010001011101110 | 8faae48fa2b13f8fa2ee |
UTF-8 | ܸ¼® | 1100001110011100110000101011100011000010101111001100001010101110 | c39cc2b8c2bcc2ae |
UHC | ?¸¼® | 00111111101000101010110010101000111110011010001011100111 | 3fa2aca8f9a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)