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 | 藥??肉?? | 1110010101011010001111110011111110010011111101110011111100111111 | e55a3f3f93f73f3f |
| EUC-JP | 藥??肉?? | 1110100110111011001111110011111111000110111110010011111100111111 | e9bb3f3fc6f93f3f |
| UTF-8 | 藥띾돃肉뷸쾮 | 111010001001011110100101111010111001110110111110111010111000111110000011111010001000001010001001111010111011011110111000111011001011111010101110 | e897a5eb9dbeeb8f83e88289ebb7b8ecbeae |
| UHC | 藥띾돃肉뷸쾮 | 111001011011011110001101111010111000100110010110111010111011111110111010111001101011001010000101 | e5b78deb8996ebbfbae6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)