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 | 闌ォ邵∝キ | 1110100010001100101010111110011110111000100000011110010110110111 | e88cabe7b881e5b7 |
EUC-JP | 闌ォ邵∝キ | 11101111111011001000111010101011111011101011101010100010111001111000111010110111 | efec8eabeebaa2e78eb7 |
UTF-8 | 闌ォ邵∝キ | 111010011001011110001100111011111011110110101011111010011000001010110101111000101000100010011101111011111011110110110111 | e9978cefbdabe982b5e2889defbdb7 |
UHC | ??邵∝? | 00111111001111111110000111010000101000011111000000111111 | 3f3fe1d0a1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)