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 | 慂??佯? | 10011100110010000011111100111111100110001101000100111111 | 9cc83f3f98d13f |
EUC-JP | 慂??佯? | 11011000110010100011111100111111110100001101001100111111 | d8ca3f3fd0d33f |
UTF-8 | 慂롰쓼佯놟 | 111001101000010110000010111010111010000110110000111011001001001110111100111001001011110110101111111010111000011010011111 | e68582eba1b0ec93bce4bdafeb869f |
UHC | 慂롰쓼佯놟 | 11101001101111011000111011101101100111011001011111100101101110101000011101000010 | e9bd8eed9d97e5ba8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)