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 | ?稷??? | 001111111110001001101100001111110011111100111111 | 3fe26c3f3f3f |
EUC-JP | ?稷??? | 001111111110001111001101001111110011111100111111 | 3fe3cd3f3f3f |
UTF-8 | 앓稷렏렣렎 | 111011001001010110010011111001111010100010110111111010111010000010001111111010111010000010100011111010111010000010001110 | ec9593e7a8b7eba08feba0a3eba08e |
UHC | 앓稷렏렣렎 | 10111110110011101111001011000011100011101010010110001110101101001000111010100100 | becef2c38ea58eb48ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)