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 | 葉????? | 10010111011101000011111100111111001111110011111100111111 | 97743f3f3f3f3f |
| EUC-JP | 葉????? | 11001101110101010011111100111111001111110011111100111111 | cdd53f3f3f3f3f |
| UTF-8 | 葉붾젛歷잙젚 | 111010001001000110001001111010111011011010111110111011001010000010011011111011111010011010001100111011001001111010011001111011001010000010011010 | e89189ebb6beeca09befa68cec9e99eca09a |
| UHC | 葉붾젛歷잙젚 | 111001111010100010010100111010111010000010010111111001101011100010011111111010111010000010010110 | e7a894eba097e6b89feba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)