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 | Ù¶¼ÓÉ | 100011111101100110110110101111001101001111001001 | 8fd9b6bcd3c9 |
SJIS-WIN | ??¶??? | 00111111001111111000000111110111001111110011111100111111 | 3f3f81f73f3f3f |
EUC-JP | ?Ù¶?ÓÉ | 00111111100011111010101011100011101000101111100100111111100011111010101011010001100011111010101010110001 | 3f8faae3a2f93f8faad18faab1 |
UTF-8 | Ù¶¼ÓÉ | 110000101000111111000011100110011100001010110110110000101011110011000011100100111100001110001001 | c28fc399c2b6c2bcc393c389 |
UHC | ??¶¼?? | 0011111100111111101000101101001010101000111110010011111100111111 | 3f3fa2d2a8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)