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 | ??R??b | 001111110011111101010010001111110011111101100010 | 3f3f523f3f62 |
SJIS-WIN | 豈ャR踞セb | 1110011010101111101011000101001011100110111101011011111001100010 | e6afac52e6f5be62 |
EUC-JP | 豈ャR踞セb | 11101100101100011000111010101100010100101110110011110111100011101011111001100010 | ecb18eac52ecf78ebe62 |
UTF-8 | 豈ャR踞セb | 1110100010110001100010001110111110111101101011000101001011101000101110001001111011101111101111011011111001100010 | e8b188efbdac52e8b89eefbdbe62 |
UHC | 豈?R踞?b | 1101000111000010001111110101001011001011111001100011111101100010 | d1c23f52cbe63f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)