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 | 域??偃?? | 1000100011100110001111110011111110011000111011100011111100111111 | 88e63f3f98ee3f3f |
| EUC-JP | 域??偃?? | 1011000011101000001111110011111111010000111100000011111100111111 | b0e83f3fd0f03f3f |
| UTF-8 | 域⑼㎟偃뉒윹 | 111001011001111110011111111000101001000110111100111000111000111010011111111001011000000110000011111010111000100110010010111011001001110010111001 | e59f9fe291bce38e9fe58183eb8992ec9cb9 |
| UHC | 域⑼㎟偃뉒윹 | 111001101011010010101001111011111010011110110001111001011110011110000111111001111001111110110011 | e6b4a9efa7b1e5e787e79fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)