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?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | 豈ャG豸繋 | 1110011010101111101011000100011111100110101101101000110001110001 | e6afac47e6b68c71 |
EUC-JP | 豈ャG豸繋 | 111011001011000110001110101011000100011111101100101110001011011111010010 | ecb18eac47ecb8b7d2 |
UTF-8 | 豈ャG豸繋 | 11101000101100011000100011101111101111011010110001000111111010001011000110111000111001111011100110001011 | e8b188efbdac47e8b1b8e7b98b |
UHC | 豈?G?? | 110100011100001000111111010001110011111100111111 | d1c23f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)