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 | äß²ç£g@h | 111001001101111110110010111001111010001110000001011001110100000001101000 | e4dfb2e7a381674068 |
SJIS-WIN | ????£?g@h | 00111111001111110011111100111111100000011001001000111111011001110100000001101000 | 3f3f3f3f81923f674068 |
EUC-JP | äß?ç£?g@h | 10001111101010111010001110001111101010011100111000111111100011111010101110101110101000011111001000111111011001110100000001101000 | 8faba38fa9ce3f8fabaea1f23f674068 |
UTF-8 | äß²ç£g@h | 110000111010010011000011100111111100001010110010110000111010011111000010101000111100001010000001011001110100000001101000 | c3a4c39fc2b2c3a7c2a3c281674068 |
UHC | ?ß²???g@h | 0011111110101001101011001010100111110111001111110011111100111111011001110100000001101000 | 3fa9aca9f73f3f3f674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)