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 | 塢???? | 100110101100011100111111001111110011111100111111 | 9ac73f3f3f3f |
EUC-JP | 塢??沅? | 1101010011001001001111110011111110001111110001101110100100111111 | d4c93f3f8fc6e93f |
UTF-8 | 塢띾넚沅쳂 | 111001011010000110100010111010111001110110111110111010111000010010011010111001101011001010000101111011001011001110000010 | e5a1a2eb9dbeeb849ae6b285ecb382 |
UHC | 塢띾넚沅쳂 | 11100111111100011000110111101011100001101010000111101010101101101010101101101000 | e7f18deb86a1eab6ab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)