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 | ???遙ワ? | 0011111100111111001111111110101010100001100000111000111100111111 | 3f3f3feaa1838f3f |
| EUC-JP | 旿??遙ワ? | 10001111110000011111010000111111001111111111010010100011101001011110111100111111 | 8fc1f43f3ff4a3a5ef3f |
| UTF-8 | 旿딉쉽遙ワ숲 | 111001101001011110111111111010111001010010001001111011001000100110111101111010011000000110011001111000111000001110101111111011001000100010110010 | e697bfeb9489ec89bde98199e383afec88b2 |
| UHC | 旿딉쉽遙ワ숲 | 111001111111101010001010111011111011110110110001111010011010101110101011111011111011110110100011 | e7fa8aefbdb1e9ababefbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)