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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鵝??娃?? | 1110101001000000001111110011111110001000101000010011111100111111 | ea403f3f88a13f3f |
| EUC-JP | 鵝??娃?ł | 11110011101000010011111100111111101100001010001100111111100011111010100111001000 | f3a13f3fb0a33f8fa9c8 |
| UTF-8 | 鵝뉖젗娃좊ł | 1110100110110101100111011110101110001001100101101110110010100000100101111110010110101000100000111110110010100010100010101100010110000010 | e9b59deb8996eca097e5a883eca28ac582 |
| UHC | 鵝뉖젗娃좊ł | 111001001011110110000111111010111010000010010011111010001101111110100000111010111010100110101001 | e4bd87eba093e8dfa0eba9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)