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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 摯???{d | 10011101100101010011111100111111001111110111101101100100 | 9d953f3f3f7b64 |
EUC-JP | 摯???{d | 11011001111101010011111100111111001111110111101101100100 | d9f53f3f3f7b64 |
UTF-8 | 摯흣렑렗{d | 1110011010010001101011111110110110011101101000111110101110100000100100011110101110100000100101110111101101100100 | e691afed9da3eba091eba0977b64 |
UHC | 摯흣렑렗{d | 11110010101001111100100011101110100011101010011010001110101011000111101101100100 | f2a7c8ee8ea68eac7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)