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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
EUC-JP | 塼???A | 10001111101110001011100100111111001111110011111101000001 | 8fb8b93f3f3f41 |
UTF-8 | 塼렦亐렕A | 11100101101000011011110011101011101000001010011011100100101110101001000011101011101000001001010101000001 | e5a1bceba0a6e4ba90eba09541 |
UHC | 塼렦亐렕A | 111011101111010010001110101101011110101010100111100011101010101001000001 | eef48eb5eaa78eaa41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)