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 | 賻鬲恬 | 111001101101000011101001101011011001110010010111 | e6d0e9ad9c97 |
EUC-JP | 賻鬲恬 | 111011001101001011110010101011111101011111110111 | ecd2f2afd7f7 |
UTF-8 | 賻鬲恬 | 111010001011001110111011111010011010110010110010111001101000000110101100 | e8b3bbe9acb2e681ac |
UHC | 賻?恬 | 1101110110111000001111111101001010111000 | ddb83fd2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)