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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | 豈ャG豈ャR | 1110011010101111101011000100011111100110101011111010110001010010 | e6afac47e6afac52 |
EUC-JP | 豈ャG豈ャR | 11101100101100011000111010101100010001111110110010110001100011101010110001010010 | ecb18eac47ecb18eac52 |
UTF-8 | 豈ャG豈ャR | 1110100010110001100010001110111110111101101011000100011111101000101100011000100011101111101111011010110001010010 | e8b188efbdac47e8b188efbdac52 |
UHC | 豈?G豈?R | 1101000111000010001111110100011111010001110000100011111101010010 | d1c23f47d1c23f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)