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 | 訂敎?戡? | 1001001011111001111110101100110100111111100111010100000100111111 | 92f9facd3f9d413f |
EUC-JP | 訂??戡? | 11000100111110110011111100111111110110011010001000111111 | c4fb3f3fd9a23f |
UTF-8 | 訂敎렍戡렯 | 111010001010100010000010111001101001010110001110111010111010000010001101111001101000100010100001111010111010000010101111 | e8a882e6958eeba08de688a1eba0af |
UHC | 訂敎렍戡렯 | 11101111111101001100111011100111100011101010001111001010111100011000111010111100 | eff4cee78ea3caf18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)