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 | ??燼? | 0011111100111111111000001001111000111111 | 3f3fe09e3f |
| EUC-JP | 祜?燼? | 10001111110100001101100000111111110111111111111000111111 | 8fd0d83fdffe3f |
| UTF-8 | 祜렍燼렣 | 111001111010010110011100111010111010000010001101111001111000011110111100111010111010000010100011 | e7a59ceba08de787bceba0a3 |
| UHC | 祜렍燼렣 | 1111101111010100100011101010001111100011111010001000111010110100 | fbd48ea3e3e88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)