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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襾?葛└襾? | 11100110010001110011111110001010100010111000010010100100111001100100011100111111 | e6473f8a8b84a4e6473f |
EUC-JP | 襾鱃葛└襾闉 | 1110101110101000100011111110101110111101101100111110101110101000101001101110101110101000100011111110011010110110 | eba88febbdb3eba8a6eba88fe6b6 |
UTF-8 | 襾鱃葛└襾闉 | 111010001010010110111110111010011011000110000011111010001001000110011011111000101001010010010100111010001010010110111110111010011001011110001001 | e8a5bee9b183e8919be29494e8a5bee99789 |
UHC | ??葛└?? | 0011111100111111110010101110011110100110101001100011111100111111 | 3f3fcae7a6a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)