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 | 稔??撓跋 | 1001011010101011001111110011111110011101100110101110011011101011 | 96ab3f3f9d9ae6eb |
| EUC-JP | 稔??撓跋 | 1100110010101101001111110011111111011001111110101110110011101101 | ccad3f3fd9faeced |
| UTF-8 | 稔며벳撓跋 | 111001111010100010010100111010111010100110110000111010111011001010110011111001101001001010010011111010001011011110001011 | e7a894eba9b0ebb2b3e69293e8b78b |
| UHC | 稔며벳撓跋 | 11101100111110011011100011100111101110101010101011101000111101011101101110100010 | ecf9b8e7baaae8f5dba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)