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 | äß²ç£gB | 1110010011011111101100101110011110100011100000010110011101000010 | e4dfb2e7a3816742 |
SJIS-WIN | ????£?gB | 001111110011111100111111001111111000000110010010001111110110011101000010 | 3f3f3f3f81923f6742 |
EUC-JP | äß?ç£?gB | 100011111010101110100011100011111010100111001110001111111000111110101011101011101010000111110010001111110110011101000010 | 8faba38fa9ce3f8fabaea1f23f6742 |
UTF-8 | äß²ç£gB | 1100001110100100110000111001111111000010101100101100001110100111110000101010001111000010100000010110011101000010 | c3a4c39fc2b2c3a7c2a3c2816742 |
UHC | ?ß²???gB | 00111111101010011010110010101001111101110011111100111111001111110110011101000010 | 3fa9aca9f73f3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)