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 | 蟶ュ隍サ | 111001011011100010101101111010001010010010111011 | e5b8ade8a4bb |
EUC-JP | 蟶ュ隍サ | 1110101010111010100011101010110111110000101001101000111010111011 | eaba8eadf0a68ebb |
UTF-8 | 蟶ュ隍サ | 111010001001111110110110111011111011110110101101111010011001101010001101111011111011110110111011 | e89fb6efbdade99a8defbdbb |
UHC | ??隍? | 0011111100111111111111001101101100111111 | 3f3ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)