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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ??存イG | 00111111001111111001000110110110100000110100001101000111 | 3f3f91b6834347 |
EUC-JP | ??存イG | 00111111001111111100001010111000101001011010010001000111 | 3f3fc2b8a5a447 |
UTF-8 | 룴점存イG | 11101011101000111011010011101100101000001001000011100101101011011001100011100011100000101010010001000111 | eba3b4eca090e5ad98e382a447 |
UHC | 룴점存イG | 100011111010100111000001101000011111000011101101101010111010010001000111 | 8fa9c1a1f0edaba447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)