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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鵝??瑜? | 11101010010000000011111100111111111000001110111100111111 | ea403f3fe0ef3f |
| EUC-JP | 鵝??瑜? | 11110011101000010011111100111111111000001111000100111111 | f3a13f3fe0f13f |
| UTF-8 | 鵝껆떋瑜뢆 | 111010011011010110011101111010101011101110000110111010111001011010001011111001111001000110011100111010111010001010000110 | e9b59deabb86eb968be7919ceba286 |
| UHC | 鵝껆떋瑜뢆 | 11100100101111011000001111100111100010111010000111101011101001011000111101000010 | e4bd83e78ba1eba58f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)