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 | 易??曖? | 10001000110101010011111100111111100111100100001000111111 | 88d53f3f9e423f |
EUC-JP | 易??曖? | 10110000110101110011111100111111110110111010001100111111 | b0d73f3fdba33f |
UTF-8 | 易뚪웼曖면 | 111001101001100010010011111010111001101010101010111011001001101110111100111001101001101110010110111010111010100110110100 | e69893eb9aaaec9bbce69b96eba9b4 |
UHC | 易뚪웼曖면 | 11100110101101101000110011101001100111111000100011100100111100101011100011101001 | e6b68ce99f88e4f2b8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)