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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 碍??B易 | 10001010010101100011111100111111010000101000100011010101 | 8a563f3f4288d5 |
EUC-JP | 碍??B易 | 10110011101101110011111100111111010000101011000011010111 | b3b73f3f42b0d7 |
UTF-8 | 碍잏뿾B易 | 11100111101000101000110111101100100111101000111111101011101111111011111001000010111001101001100010010011 | e7a28dec9e8febbfbe42e69893 |
UHC | 碍잏뿾B易 | 111001001111010010011111111001111001011110111110010000101110011010110110 | e4f49fe797be42e6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)