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 | ???巡?┨ | 0011111100111111001111111000111110000100001111111000010010110111 | 3f3f3f8f843f84b7 |
| EUC-JP | ???巡?┨ | 0011111100111111001111111011110111100100001111111010100010111001 | 3f3f3fbde43fa8b9 |
| UTF-8 | 捻뀀끏巡귡┨ | 111011111010011010100100111010111000000010000000111010111000000110001111111001011011011110100001111010101011011110100001111000101001010010101000 | efa6a4eb8080eb818fe5b7a1eab7a1e294a8 |
| UHC | 捻뀀끏巡귡┨ | 111001101111011110110010111010111000010110111111111000101101111010000010111010011010011010111001 | e6f7b2eb85bfe2de82e9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)