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 | ììç^ | 11101100100011001001001011101100100011101001001011100111100100011000000001011110 | ec8c92ec8e92e791805e |
| SJIS-WIN | ?????????^ | 00111111001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f3f5e |
| EUC-JP | ì??ì??ç??^ | 10001111101010111100000000111111001111111000111110101011110000000011111100111111100011111010101110101110001111110011111101011110 | 8fabc03f3f8fabc03f3f8fabae3f3f5e |
| UTF-8 | ììç^ | 11000011101011001100001010001100110000101001001011000011101011001100001010001110110000101001001011000011101001111100001010010001110000101000000001011110 | c3acc28cc292c3acc28ec292c3a7c291c2805e |
| UHC | ?????????^ | 00111111001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)