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 | 矮?鬱?矮? | 111000011110001000111111100111110101010000111111111000011110001000111111 | e1e23f9f543fe1e23f |
| EUC-JP | 矮?鬱?矮? | 111000101110010000111111110111011011010100111111111000101110010000111111 | e2e43fddb53fe2e43f |
| UTF-8 | 矮렡鬱렠矮렡 | 111001111001111110101110111010111010000010100001111010011010110010110001111010111010000010100000111001111001111110101110111010111010000010100001 | e79faeeba0a1e9acb1eba0a0e79faeeba0a1 |
| UHC | 矮렡鬱렠矮렡 | 111010001110000110001110101100101110101010100110100011101011000111101000111000011000111010110010 | e8e18eb2eaa68eb1e8e18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)