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 | äß²ç£uB | 1110010011011111101100101110011110100011100000010111010101000010 | e4dfb2e7a3817542 |
SJIS-WIN | ????£?uB | 001111110011111100111111001111111000000110010010001111110111010101000010 | 3f3f3f3f81923f7542 |
EUC-JP | äß?ç£?uB | 100011111010101110100011100011111010100111001110001111111000111110101011101011101010000111110010001111110111010101000010 | 8faba38fa9ce3f8fabaea1f23f7542 |
UTF-8 | äß²ç£uB | 1100001110100100110000111001111111000010101100101100001110100111110000101010001111000010100000010111010101000010 | c3a4c39fc2b2c3a7c2a3c2817542 |
UHC | ?ß²???uB | 00111111101010011010110010101001111101110011111100111111001111110111010101000010 | 3fa9aca9f73f3f3f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)