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 | 篥[篥[^ | 111001111010111110100101010110111110011110101111101001010101101101011110 | e7afa55be7afa55b5e |
SJIS-WIN | ??¥[??¥[^ | 0011111100111111100000011000111101011011001111110011111110000001100011110101101101011110 | 3f3f818f5b3f3f818f5b5e |
EUC-JP | �[�[^ | 1000111110101011101011101000111110100010101101000011111101011011100011111010101110101110100011111010001010110100001111110101101101011110 | 8fabae8fa2b43f5b8fabae8fa2b43f5b5e |
UTF-8 | 篥[篥[^ | 110000111010011111000010101011111100001010100101010110111100001110100111110000101010111111000010101001010101101101011110 | c3a7c2afc2a55bc3a7c2afc2a55b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)