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 | ûPÛÎ] | 1111101101010000110110111100111001011101 | fb50dbce5d |
SJIS-WIN | ?P??] | 0011111101010000001111110011111101011101 | 3f503f3f5d |
EUC-JP | ûPÛÎ] | 1000111110101011111001010101000010001111101010101110010110001111101010101100001001011101 | 8fabe5508faae58faac25d |
UTF-8 | ûPÛÎ] | 1100001110111011010100001100001110011011110000111000111001011101 | c3bb50c39bc38e5d |
UHC | ?P??] | 0011111101010000001111110011111101011101 | 3f503f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)