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 | 窈??伍? | 11100010011101110011111100111111100011001101111000111111 | e2773f3f8cde3f |
EUC-JP | 窈??伍? | 11100011110110000011111100111111101110001110000000111111 | e3d83f3fb8e03f |
UTF-8 | 窈뤺짒伍쏷 | 111001111010101010001000111010111010010010111010111011001010011110010010111001001011110010001101111011001000111110110111 | e7aa88eba4baeca792e4bc8dec8fb7 |
UHC | 窈뤺짒伍쏷 | 11101001101000011000111111101000101000111001110011100111111010101001110001010100 | e9a18fe8a39ce7ea9c54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)