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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襾?葛└襾 | 111001100100011100111111100010101000101110000100101001001110011001000111 | e6473f8a8b84a4e647 |
EUC-JP | 襾鱃葛└襾 | 1110101110101000100011111110101110111101101100111110101110101000101001101110101110101000 | eba88febbdb3eba8a6eba8 |
UTF-8 | 襾鱃葛└襾 | 111010001010010110111110111010011011000110000011111010001001000110011011111000101001010010010100111010001010010110111110 | e8a5bee9b183e8919be29494e8a5be |
UHC | ??葛└? | 00111111001111111100101011100111101001101010011000111111 | 3f3fcae7a6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)