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 | 蔟偉手舟 | 1110010011110101100010001100110010001110111010001000111101001101 | e4f588cc8ee88f4d |
| EUC-JP | 蔟偉手舟 | 1110100011110111101100001100111010111100111010101011110110101110 | e8f7b0cebceabdae |
| UTF-8 | 蔟偉手舟 | 111010001001010010011111111001011000000110001001111001101000100110001011111010001000100010011111 | e8949fe58189e6898be8889f |
| UHC | ?偉手舟 | 00111111111010101100100111100010101000101111000111000111 | 3feac9e2a2f1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)