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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??轅?B | 001111110011111111100111011101100011111101000010 | 3f3fe7763f42 |
EUC-JP | ??轅?B | 001111110011111111101101110101110011111101000010 | 3f3fedd73f42 |
UTF-8 | 亐렕轅렋B | 11100100101110101001000011101011101000001001010111101000101111011000010111101011101000001000101101000010 | e4ba90eba095e8bd85eba08b42 |
UHC | 亐렕轅렋B | 111010101010011110001110101010101110101010111111100011101010001001000010 | eaa78eaaeabf8ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)