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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | 億?紙?D | 10001001101011010011111110001110100001100011111101000100 | 89ad3f8e863f44 |
EUC-JP | 億?紙?D | 10110010101011110011111110111011111001100011111101000100 | b2af3fbbe63f44 |
UTF-8 | 億렍紙렟D | 11100101100001001000010011101011101000001000110111100111101101001001100111101011101000001001111101000100 | e58484eba08de7b499eba09f44 |
UHC | 億렍紙렟D | 111001011110001010001110101000111111001010110101100011101011000001000100 | e5e28ea3f2b58eb044 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)