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 | 蟇ャ魘ォ? | 11100101101011111010110011101001101101001010101100111111 | e5aface9b4ab3f |
EUC-JP | 蟇ャ魘ォ訑 | 1110101010110001100011101010110011110010101101101000111010101011100011111101110111000111 | eab18eacf2b68eab8fddc7 |
UTF-8 | 蟇ャ魘ォ訑 | 111010001001111110000111111011111011110110101100111010011010110110011000111011111011110110101011111010001010100010010001 | e89f87efbdace9ad98efbdabe8a891 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)