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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | 偲コト悉_ | 10001110110000111011101011000100100011101011101101011111 | 8ec3bac48ebb5f |
EUC-JP | 偲コト悉_ | 101111001100010110001110101110101000111011000100101111001011110101011111 | bcc58eba8ec4bcbd5f |
UTF-8 | 偲コト悉_ | 11100101100000011011001011101111101111011011101011101111101111101000010011100110100000101000100101011111 | e581b2efbdbaefbe84e682895f |
UHC | ???悉_ | 001111110011111100111111111000111111101001011111 | 3f3f3fe3fa5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)