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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 摯?摯?B | 10011101100101010011111110011101100101010011111101000010 | 9d953f9d953f42 |
EUC-JP | 摯?摯?B | 11011001111101010011111111011001111101010011111101000010 | d9f53fd9f53f42 |
UTF-8 | 摯믐摯믐B | 11100110100100011010111111101011101011111001000011100110100100011010111111101011101011111001000001000010 | e691afebaf90e691afebaf9042 |
UHC | 摯믐摯믐B | 111100101010011110111001110010101111001010100111101110011100101001000010 | f2a7b9caf2a7b9ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)