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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠏ュ闔皆 | 11100101101101011010110111101000100011101000101001000110 | e5b5ade88e8a46 |
EUC-JP | 蠏ュ闔皆 | 1110101010110111100011101010110111101111111011101011001110100111 | eab78eadefeeb3a7 |
UTF-8 | 蠏ュ闔皆 | 111010001010000010001111111011111011110110101101111010011001011110010100111001111001101010000110 | e8a08fefbdade99794e79a86 |
UHC | ??闔皆 | 001111110011111111111001111011111100101111001011 | 3f3ff9efcbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)