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 | 蠏ャ竭シ峵 | 1110010110110101101011001110001010010001101111001111101010101110 | e5b5ace291bcfaae |
EUC-JP | 蠏ャ竭シ? | 111010101011011110001110101011001110001111110001100011101011110000111111 | eab78eace3f18ebc3f |
UTF-8 | 蠏ャ竭シ峵 | 111010001010000010001111111011111011110110101100111001111010101110101101111011111011110110111100111001011011001110110101 | e8a08fefbdace7abadefbdbce5b3b5 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)