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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 一??名 | 100010001110101000111111001111111001011010111100 | 88ea3f3f96bc |
EUC-JP | 一??名 | 101100001110110000111111001111111100110010111110 | b0ec3f3fccbe |
UTF-8 | 一띌렜名 | 111001001011100010000000111010111001110110001100111010111010000010011100111001011001000010001101 | e4b880eb9d8ceba09ce5908d |
UHC | 一띌렜名 | 1110110011101001101101101110100110001110101011101101100110100011 | ece9b6e98eaed9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)