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 | äß²ç£]m | 1110010011011111101100101110011110100011100000010101110101101101 | e4dfb2e7a3815d6d |
SJIS-WIN | ????£?]m | 001111110011111100111111001111111000000110010010001111110101110101101101 | 3f3f3f3f81923f5d6d |
EUC-JP | äß?ç£?]m | 100011111010101110100011100011111010100111001110001111111000111110101011101011101010000111110010001111110101110101101101 | 8faba38fa9ce3f8fabaea1f23f5d6d |
UTF-8 | äß²ç£]m | 1100001110100100110000111001111111000010101100101100001110100111110000101010001111000010100000010101110101101101 | c3a4c39fc2b2c3a7c2a3c2815d6d |
UHC | ?ß²???]m | 00111111101010011010110010101001111101110011111100111111001111110101110101101101 | 3fa9aca9f73f3f3f5d6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)