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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 摯?文 | 1001110110010101001111111001010110110110 | 9d953f95b6 |
EUC-JP | 摯?文 | 1101100111110101001111111100101010111000 | d9f53fcab8 |
UTF-8 | 摯흖文 | 111001101001000110101111111011011001110110010110111001101001011010000111 | e691afed9d96e69687 |
UHC | 摯흖文 | 111100101010011111001000111010001101100111111110 | f2a7c8e8d9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)