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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
| UTF-8 | 嶪용뜃佾뤶펺 | 111001011011011010101010111011001001101010101001111010111001110010000011111001001011110110111110111010111010010010110110111011011000111010111010 | e5b6aaec9aa9eb9c83e4bdbeeba4b6ed8eba |
| UHC | 嶪용뜃佾뤶펺 | 111001011111010110111111111010111000110110000111111011001110101110001111111001001011110010001010 | e5f5bfeb8d87eceb8fe4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)