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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤶체킃홧섧 | 111010111010010010110110111011001011001010110100111011011000001010000011111011011001100110100111111011001000010010100111 | eba4b6ecb2b4ed8283ed99a7ec84a7 |
UHC | 뤶체킃홧섧 | 10001111111001001100001110111100101101001000111111001000101100011011110010110101 | 8fe4c3bcb48fc8b1bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)