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 | 隕?航?瑚? | 111010001010011000111111100011010111000100111111100011001110100000111111 | e8a63f8d713f8ce83f |
| EUC-JP | 隕?航?瑚? | 111100001010100000111111101110011101001000111111101110001110101000111111 | f0a83fb9d23fb8ea3f |
| UTF-8 | 隕렎航렰瑚렱 | 111010011001101010010101111010111010000010001110111010001000100010101010111010111010000010110000111001111001000110011010111010111010000010110001 | e99a95eba08ee888aaeba0b0e7919aeba0b1 |
| UHC | 隕렎航렰瑚렱 | 111010101010001010001110101001001111100111111110100011101011110111111011110100011000111010111110 | eaa28ea4f9fe8ebdfbd18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)