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 | ????徇恂 | 0011111100111111001111110011111110011100011011011001110010010110 | 3f3f3f3f9c6d9c96 |
EUC-JP | ????徇恂 | 0011111100111111001111110011111111010111110011101101011111110110 | 3f3f3f3fd7ced7f6 |
UTF-8 | 롇롗롍렍徇恂 | 111010111010000110000111111010111010000110010111111010111010000110001101111010111010000010001101111001011011111010000111111001101000000110000010 | eba187eba197eba18deba08de5be87e68182 |
UHC | 롇롗롍렍徇恂 | 100011101100110110001110110110111000111011010011100011101010001111100010110111111110001011100001 | 8ecd8edb8ed38ea3e2dfe2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)