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 | 晶ウ「鮑ォ | 10001111101110111011001110100010111010011011100010101011 | 8fbbb3a2e9b8ab |
EUC-JP | 晶ウ「鮑ォ | 10111110101111011000111010110011100011101010001011110010101110101000111010101011 | bebd8eb38ea2f2ba8eab |
UTF-8 | 晶ウ「鮑ォ | 111001101001100110110110111011111011110110110011111011111011110110100010111010011010111010010001111011111011110110101011 | e699b6efbdb3efbda2e9ae91efbdab |
UHC | 晶??鮑? | 11101111110111000011111100111111111110001110101000111111 | efdc3f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)