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 | 譏泌弍^ | 11100110100110001001010011100101100110001010111101011110 | e69894e598af5e |
EUC-JP | 譏泌弍^ | 11101011111110001100100011100111110100001011000101011110 | ebf8c8e7d0b15e |
UTF-8 | 譏泌弍^ | 11101000101011011000111111100110101100111000110011100101101111001000110101011110 | e8ad8fe6b38ce5bc8d5e |
UHC | 譏泌?^ | 110100011100000111111001101100100011111101011110 | d1c1f9b23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)