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 | 淲ャ魘ォ貂 | 1111101101000100101011001110100110110100101010111110011010111000 | fb44ace9b4abe6b8 |
EUC-JP | ?ャ魘ォ貂 | 001111111000111010101100111100101011011010001110101010111110110010111010 | 3f8eacf2b68eabecba |
UTF-8 | 淲ャ魘ォ貂 | 111001101011011110110010111011111011110110101100111010011010110110011000111011111011110110101011111010001011001010000010 | e6b7b2efbdace9ad98efbdabe8b282 |
UHC | ????貂 | 001111110011111100111111001111111111010110110000 | 3f3f3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)