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 | 10001010010111100011111100111111100111011001101101101000 | 8a5e3f3f9d9b68 |
EUC-JP | 蛙??撥h | 10110011101111110011111100111111110110011111101101101000 | b3bf3f3fd9fb68 |
UTF-8 | 蛙젼뤶撥h | 11101000100110111001100111101100101000001011110011101011101001001011011011100110100100101010010101101000 | e89b99eca0bceba4b6e692a568 |
UHC | 蛙젼뤶撥h | 111010001100001111000001101011111000111111100100110110101111110001101000 | e8c3c1af8fe4dafc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)