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 | 褫朱勝肆 | 1110010111110011100011101110100110001111100111111110001111100110 | e5f38ee98f9fe3e6 |
EUC-JP | 褫朱勝肆 | 1110101011110101101111001110101110111110101000011110011011101000 | eaf5bcebbea1e6e8 |
UTF-8 | 褫朱勝肆 | 111010001010010010101011111001101001110010110001111001011000101110011101111010001000001010000110 | e8a4abe69cb1e58b9de88286 |
UHC | ?朱勝肆 | 00111111111100011011100111100011101011011101111011101011 | 3ff1b9e3addeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)