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 | 蟷キ驍ッ裝 | 1110010110111001101101111110100110000010101011111110010111100100 | e5b9b7e982afe5e4 |
EUC-JP | 蟷キ驍ッ裝 | 11101010101110111000111010110111111100011110001010001110101011111110101011100110 | eabb8eb7f1e28eafeae6 |
UTF-8 | 蟷キ驍ッ裝 | 111010001001111110110111111011111011110110110111111010011010100110001101111011111011110110101111111010001010001110011101 | e89fb7efbdb7e9a98defbdafe8a39d |
UHC | ??驍?裝 | 00111111001111111111110110100100001111111110110111111011 | 3f3ffda43fedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)