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 | ?_D^ | 00111111010111110100010001011110 | 3f5f445e |
SJIS-WIN | ?_D^ | 00111111010111110100010001011110 | 3f5f445e |
EUC-JP | ?_D^ | 00111111010111110100010001011110 | 3f5f445e |
UTF-8 | 혱_D^ | 111011011001100010110001010111110100010001011110 | ed98b15f445e |
UHC | 혱_D^ | 1100001010011000010111110100010001011110 | c2985f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)