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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 癒??h | 1001011011111100001111110011111101101000 | 96fc3f3f68 |
EUC-JP | 癒??h | 1100110011111110001111110011111101101000 | ccfe3f3f68 |
UTF-8 | 癒듿랙h | 11100111100110011001001011101011100100111011111111101011100111101001100101101000 | e79992eb93bfeb9e9968 |
UHC | 癒듿랙h | 11101011101010001000101011100101101101111010001001101000 | eba88ae5b7a268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)