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 | 永??藥?? | 1000100101101001001111110011111111100101010110100011111100111111 | 89693f3fe55a3f3f |
| EUC-JP | 永??藥?? | 1011000111001010001111110011111111101001101110110011111100111111 | b1ca3f3fe9bb3f3f |
| UTF-8 | 永쏃넀藥욅탿 | 111001101011000010111000111011001000111110000011111010111000010010000000111010001001011110100101111011001001101010000101111011011000001110111111 | e6b0b8ec8f83eb8480e897a5ec9a85ed83bf |
| UHC | 永쏃넀藥욅탿 | 111001111011010110011011111010011000011010010000111001011011011110011110111001111011010110011011 | e7b59be98690e5b79ee7b59b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)