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 | ?B??B?^ | 00111111010000100011111100111111010000100011111101011110 | 3f423f3f423f5e |
SJIS-WIN | 廣B?廣B?^ | 100111000100000101000010001111111001110001000001010000100011111101011110 | 9c41423f9c41423f5e |
EUC-JP | 廣B?廣B?^ | 110101111010001001000010001111111101011110100010010000100011111101011110 | d7a2423fd7a2423f5e |
UTF-8 | 廣B閭廣B혀^ | 111001011011101110100011010000101110111110100110100001101110010110111011101000110100001011101101100110001000000001011110 | e5bba342efa686e5bba342ed98805e |
UHC | 廣B閭廣B혀^ | 1100111011000110010000101110011010101101110011101100011001000010110001111111010001011110 | cec642e6adcec642c7f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)