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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???業?? | 00111111001111110011111110001011110001100011111100111111 | 3f3f3f8bc63f3f |
EUC-JP | ???業?? | 00111111001111110011111110110110110010000011111100111111 | 3f3f3fb6c83f3f |
UTF-8 | 溫뚧퀗業뤺옸 | 111001101011101010101011111010111001101010100111111011011000000010010111111001101010010110101101111010111010010010111010111011001001100010111000 | e6baabeb9aa7ed8097e6a5adeba4baec98b8 |
UHC | 溫뚧퀗業뤺옸 | 111010001010111010001100111001101011001110001100111001011111011010001111111010001001111010101111 | e8ae8ce6b38ce5f68fe89eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)