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 | 藥??隘?? | 1110010101011010001111110011111111101000101001010011111100111111 | e55a3f3fe8a53f3f |
| EUC-JP | 藥??隘?? | 1110100110111011001111110011111111110000101001110011111100111111 | e9bb3f3ff0a73f3f |
| UTF-8 | 藥썲뎴隘녺떥 | 111010001001011110100101111011001000110110110010111010111000111010110100111010011001101010011000111010111000010110111010111010111001011010100101 | e897a5ec8db2eb8eb4e99a98eb85baeb96a5 |
| UHC | 藥썲뎴隘녺떥 | 111001011011011110111101111001011000100110000111111001001111011010000110111001111000101110111000 | e5b7bde58987e4f686e78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)