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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襃磯す俾 | 1110010111101111100010001110100110000010101101111001100011101010 | e5ef88e982b798ea |
EUC-JP | 襃磯す俾 | 1110101011110001101100001110101110100100101110011101000011101100 | eaf1b0eba4b9d0ec |
UTF-8 | 襃磯す俾 | 111010001010010110000011111001111010001110101111111000111000000110011001111001001011111110111110 | e8a583e7a3afe38199e4bfbe |
UHC | ?磯す? | 001111111101000110110100101010101011100100111111 | 3fd1b4aab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)