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 | 裹キ鬣剃 | 11100101111001011011011111101001101001011001001011100100 | e5e5b7e9a592e4 |
| EUC-JP | 裹キ鬣剃 | 1110101011100111100011101011011111110010101001111100010011100110 | eae78eb7f2a7c4e6 |
| UTF-8 | 裹キ鬣剃 | 111010001010001110111001111011111011110110110111111010011010110010100011111001011000100110000011 | e8a3b9efbdb7e9aca3e58983 |
| UHC | ???剃 | 0011111100111111001111111111010011101111 | 3f3f3ff4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)