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 | 褫朱勝艾 | 1110010111110011100011101110100110001111100111111110010010001000 | e5f38ee98f9fe488 |
EUC-JP | 褫朱勝艾 | 1110101011110101101111001110101110111110101000011110011111101000 | eaf5bcebbea1e7e8 |
UTF-8 | 褫朱勝艾 | 111010001010010010101011111001101001110010110001111001011000101110011101111010001000100110111110 | e8a4abe69cb1e58b9de889be |
UHC | ?朱勝艾 | 00111111111100011011100111100011101011011110010011110101 | 3ff1b9e3ade4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)