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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??餌^ | 0011111100111111100010010110000101011110 | 3f3f89615e |
EUC-JP | ??餌^ | 0011111100111111101100011100001001011110 | 3f3fb1c25e |
UTF-8 | 셈셥餌^ | 11101100100001011000100011101100100001011010010111101001101001001000110001011110 | ec8588ec85a5e9a48c5e |
UHC | 셈셥餌^ | 10111100110000001011110011001010111011001100100001011110 | bcc0bccaecc85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)