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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涬ソ陝 | 1111101101000001101111111110100010011111 | fb41bfe89f |
EUC-JP | 涬ソ陝 | 10001111110001111100111110001110101111111111000010100001 | 8fc7cf8ebff0a1 |
UTF-8 | 涬ソ陝 | 111001101011011010101100111011111011110110111111111010011001100110011101 | e6b6acefbdbfe9999d |
UHC | ??陝 | 00111111001111111110000011101101 | 3f3fe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)