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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蛙期蛙期h | 100010100101111010001010111110101000101001011110100010101111101001101000 | 8a5e8afa8a5e8afa68 |
EUC-JP | 蛙期蛙期h | 101100111011111110110100111111001011001110111111101101001111110001101000 | b3bfb4fcb3bfb4fc68 |
UTF-8 | 蛙期蛙期h | 11101000100110111001100111100110100111001001111111101000100110111001100111100110100111001001111101101000 | e89b99e69c9fe89b99e69c9f68 |
UHC | 蛙期蛙期h | 111010001100001111010001101000101110100011000011110100011010001001101000 | e8c3d1a2e8c3d1a268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)