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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 櫂???櫂 | 10011111010001000011111100111111001111111001111101000100 | 9f443f3f3f9f44 |
EUC-JP | 櫂??荇櫂 | 110111011010010100111111001111111000111111010111111101101101110110100101 | dda53f3f8fd7f6dda5 |
UTF-8 | 櫂곅뤖荇櫂 | 111001101010101110000010111010101011001110000101111010111010010010010110111010001000110110000111111001101010101110000010 | e6ab82eab385eba496e88d87e6ab82 |
UHC | 櫂곅뤖荇櫂 | 11010100101000101000000111001010100011111100011011111010101110111101010010100010 | d4a281ca8fc6fabbd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)