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 | ?据^ | 00111111100100001001100001011110 | 3f90985e |
EUC-JP | ?据^ | 00111111101111111111100001011110 | 3fbff85e |
UTF-8 | 긔据^ | 11101010101110001001010011100110100011011010111001011110 | eab894e68dae5e |
UHC | 긔据^ | 1011000111100001110010111101111101011110 | b1e1cbdf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)