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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 摯?摯?E | 10011101100101010011111110011101100101010011111101000101 | 9d953f9d953f45 |
EUC-JP | 摯?摯?E | 11011001111101010011111111011001111101010011111101000101 | d9f53fd9f53f45 |
UTF-8 | 摯뭔摯뮨E | 11100110100100011010111111101011101011011001010011100110100100011010111111101011101011101010100001000101 | e691afebad94e691afebaea845 |
UHC | 摯뭔摯뮨E | 111100101010011110111001101110101111001010100111101110011100001101000101 | f2a7b9baf2a7b9c345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)