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 | Ù¶¼ÓÉÎ | 10001111110110011011011010111100110100111100100111001110 | 8fd9b6bcd3c9ce |
SJIS-WIN | ??¶???? | 0011111100111111100000011111011100111111001111110011111100111111 | 3f3f81f73f3f3f3f |
EUC-JP | ?Ù¶?ÓÉÎ | 00111111100011111010101011100011101000101111100100111111100011111010101011010001100011111010101010110001100011111010101011000010 | 3f8faae3a2f93f8faad18faab18faac2 |
UTF-8 | Ù¶¼ÓÉÎ | 1100001010001111110000111001100111000010101101101100001010111100110000111001001111000011100010011100001110001110 | c28fc399c2b6c2bcc393c389c38e |
UHC | ??¶¼??? | 001111110011111110100010110100101010100011111001001111110011111100111111 | 3f3fa2d2a8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)