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 | 智???味竣 | 100100100111000100111111001111110011111110010110101000011000111101110110 | 92713f3f3f96a18f76 |
| EUC-JP | 智???味竣 | 110000111101001000111111001111110011111111001100101000111011110111010111 | c3d23f3f3fcca3bdd7 |
| UTF-8 | 智렱履쾅味竣 | 111001101001100110111010111010111010000010110001111011111010011110011111111011001011111010000101111001011001000110110011111001111010101110100011 | e699baeba0b1efa79fecbe85e591b3e7aba3 |
| UHC | 智렱履쾅味竣 | 111100101010101010001110101111101110110010101010110001001110011111011010101010111111000111100010 | f2aa8ebeecaac4e7daabf1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)