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 | 賃?只?至 | 1001001011000000001111111001000111111100001111111000111010001010 | 92c03f91fc3f8e8a |
EUC-JP | 賃?只?至 | 1100010011000010001111111100001011111110001111111011101111101010 | c4c23fc2fe3fbbea |
UTF-8 | 賃렔只렑至 | 111010001011001110000011111010111010000010010100111001011000111110101010111010111010000010010001111010001000011110110011 | e8b383eba094e58faaeba091e887b3 |
UHC | 賃렔只렑至 | 11101100111111001000111010101001111100011111111010001110101001101111001010111000 | ecfc8ea9f1fe8ea6f2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)