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 | ?西鵝?西鵝 | 00111111100100001011110011101010010000000011111110010000101111001110101001000000 | 3f90bcea403f90bcea40 |
| EUC-JP | ?西鵝?西鵝 | 00111111110000001011111011110011101000010011111111000000101111101111001110100001 | 3fc0bef3a13fc0bef3a1 |
| UTF-8 | 媤西鵝媤西鵝 | 111001011010101010100100111010001010010110111111111010011011010110011101111001011010101010100100111010001010010110111111111010011011010110011101 | e5aaa4e8a5bfe9b59de5aaa4e8a5bfe9b59d |
| UHC | 媤西鵝媤西鵝 | 111000111011100011100000101001001110010010111101111000111011100011100000101001001110010010111101 | e3b8e0a4e4bde3b8e0a4e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)