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 | 譏危囃^ | 11100110100110001000101011101011100110101001001001011110 | e6988aeb9a925e |
EUC-JP | 譏危囃^ | 11101011111110001011010011101101110100111111001001011110 | ebf8b4edd3f25e |
UTF-8 | 譏危囃^ | 11101000101011011000111111100101100011011011000111100101100110111000001101011110 | e8ad8fe58db1e59b835e |
UHC | 譏危?^ | 110100011100000111101010110010110011111101011110 | d1c1eacb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)