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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 摯?κ??摯 | 100111011001010100111111100000111100100000111111001111111001110110010101 | 9d953f83c83f3f9d95 |
EUC-JP | 摯?κ??摯 | 110110011111010100111111101001101100101000111111001111111101100111110101 | d9f53fa6ca3f3fd9f5 |
UTF-8 | 摯븀κ炡렫摯 | 1110011010010001101011111110101110111000100000001100111010111010111001111000001010100001111010111010000010101011111001101001000110101111 | e691afebb880cebae782a1eba0abe691af |
UHC | 摯븀κ炡렫摯 | 111100101010011110111010111001111010010111101010111011111110100010001110101110011111001010100111 | f2a7bae7a5eaefe88eb9f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)