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 | ??O^??O^ | 0011111100111111010011110101111000111111001111110100111101011110 | 3f3f4f5e3f3f4f5e |
SJIS-WIN | 嶸ーO^嶸ーO^ | 11111010101101001011000001001111010111101111101010110100101100000100111101011110 | fab4b04f5efab4b04f5e |
EUC-JP | 嶸ーO^嶸ーO^ | 1000111110111011111101001000111010110000010011110101111010001111101110111111010010001110101100000100111101011110 | 8fbbf48eb04f5e8fbbf48eb04f5e |
UTF-8 | 嶸ーO^嶸ーO^ | 11100101101101101011100011101111101111011011000001001111010111101110010110110110101110001110111110111101101100000100111101011110 | e5b6b8efbdb04f5ee5b6b8efbdb04f5e |
UHC | 嶸?O^嶸?O^ | 11100111101011100011111101001111010111101110011110101110001111110100111101011110 | e7ae3f4f5ee7ae3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)