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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
| SJIS-WIN | ???艤?? | 00111111001111110011111111100100011111100011111100111111 | 3f3f3fe47e3f3f |
| EUC-JP | ???艤®? | 001111110011111100111111111001111101111110001111101000101110111000111111 | 3f3f3fe7df8fa2ee3f |
| UTF-8 | 緣낆떓艤®맧 | 1110011110110111101000111110101110000010100001101110101110010110100100111110100010001001101001001100001010101110111010111010011110100111 | e7b7a3eb8286eb9693e889a4c2aeeba7a7 |
| UHC | 緣낆떓艤®맧 | 111001101101111010000101111011001000101110101001111010111111101010100010111001111001000010110000 | e6de85ec8ba9ebfaa2e790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)