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 | 跼ス辷ュ韃 | 1110011011110000101111011110011110001000101011011110100011100101 | e6f0bde788ade8e5 |
EUC-JP | 跼ス辷ュ韃 | 11101100111100101000111010111101111011011110100010001110101011011111000011100111 | ecf28ebdede88eadf0e7 |
UTF-8 | 跼ス辷ュ韃 | 111010001011011110111100111011111011110110111101111010001011111010110111111011111011110110101101111010011001111110000011 | e8b7bcefbdbde8beb7efbdade99f83 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)