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 | 銖∝サキ邉 | 1110011111110001100000011110010110111011101101111110011110110011 | e7f181e5bbb7e7b3 |
EUC-JP | 銖∝サキ邉 | 11101110111100111010001011100111100011101011101110001110101101111110111010110101 | eef3a2e78ebb8eb7eeb5 |
UTF-8 | 銖∝サキ邉 | 111010011000101010010110111000101000100010011101111011111011110110111011111011111011110110110111111010011000001010001001 | e98a96e2889defbdbbefbdb7e98289 |
UHC | 銖∝??? | 11100010110001111010000111110000001111110011111100111111 | e2c7a1f03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)