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 | 鬲伜遂^ | 11101001101011011001100011100101100100001000101101011110 | e9ad98e5908b5e |
EUC-JP | 鬲伜遂^ | 11110010101011111101000011100111101111111110101101011110 | f2afd0e7bfeb5e |
UTF-8 | 鬲伜遂^ | 11101001101011001011001011100100101111001001110011101001100000011000001001011110 | e9acb2e4bc9ce981825e |
UHC | ??遂^ | 0011111100111111111000101100010001011110 | 3f3fe2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)