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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 摯????h | 10011101100101010011111100111111001111110011111101101000 | 9d953f3f3f3f68 |
EUC-JP | 摯??獐?h | 110110011111010100111111001111111000111111001011101110100011111101101000 | d9f53f3f8fcbba3f68 |
UTF-8 | 摯븍놉獐렍h | 11100110100100011010111111101011101110001000110111101011100001101000100111100111100011011001000011101011101000001000110101101000 | e691afebb88deb8689e78d90eba08d68 |
UHC | 摯븍놉獐렍h | 1111001010100111101110101110101110110011111100011110110111101111100011101010001101101000 | f2a7baebb3f1edef8ea368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)