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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 狐侃^ | 1000110011001111100010101010010001011110 | 8ccf8aa45e |
EUC-JP | 狐侃^ | 1011100011010001101101001010011001011110 | b8d1b4a65e |
UTF-8 | 狐侃^ | 11100111100010111001000011100100101111101000001101011110 | e78b90e4be835e |
UHC | 狐侃^ | 1111101111001111110010101100100101011110 | fbcfcac95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)