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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???掖? | 001111110011111100111111100111010111010000111111 | 3f3f3f9d743f |
| EUC-JP | ???掖? | 001111110011111100111111110110011101010100111111 | 3f3f3fd9d53f |
| UTF-8 | 了ㅸ땽掖뢆 | 111011111010011010111010111000111000010110111000111010111001010110111101111001101000111010010110111010111010001010000110 | efa6bae385b8eb95bde68e96eba286 |
| UHC | 了ㅸ땽掖뢆 | 11101000111001111010010011101000100010111001001111100100111110101000111101000010 | e8e7a4e88b93e4fa8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)