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 | 円??揖? | 10001001011111100011111100111111100101110100101100111111 | 897e3f3f974b3f |
EUC-JP | 円??揖? | 10110001110111110011111100111111110011011010110000111111 | b1df3f3fcdac3f |
UTF-8 | 円ㅼ닂揖퍫 | 111001011000011010000110111000111000010110111100111010111000101110000010111001101000111110010110111011011000110110101011 | e58686e385bceb8b82e68f96ed8dab |
UHC | 円ㅼ닂揖퍫 | 11100101111101111010010011101100100010001000101111101011111001111011110001000010 | e5f7a4ec888bebe7bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)