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 | 癰??應 | 111000011001111000111111001111111001110011100100 | e19e3f3f9ce4 |
EUC-JP | 癰??應 | 111000011111111000111111001111111101100011100110 | e1fe3f3fd8e6 |
UTF-8 | 癰귨퐢應 | 111001111001100110110000111010101011011110101000111011011001000010100010111001101000011110001001 | e799b0eab7a8ed90a2e68789 |
UHC | 癰귨퐢應 | 1110100010111001100000101110111110111101100010111110101111101011 | e8b982efbd8bebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)