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 | 癰?8? | 111000011001111000111111100000100101011100111111 | e19e3f82573f |
EUC-JP | 癰?8堉 | 1110000111111110001111111010001110111000100011111011011111111101 | e1fe3fa3b88fb7fd |
UTF-8 | 癰귣8堉 | 111001111001100110110000111010101011011110100011111011111011110010011000111001011010000010001001 | e799b0eab7a3efbc98e5a089 |
UHC | 癰귣8堉 | 1110100010111001100000101110101110100011101110001110101110111100 | e8b982eba3b8ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)