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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 靂尺質\ | 11101000110011001000111011011010100011101011111101011100 | e8cc8eda8ebf5c |
EUC-JP | 靂尺質\ | 11110000110011101011110011011100101111001100000101011100 | f0cebcdcbcc15c |
UTF-8 | 靂尺質\ | 11101001100111011000001011100101101100001011101011101000101100111010101001011100 | e99d82e5b0bae8b3aa5c |
UHC | 靂尺質\ | 11010101111110101111010010101001111100101111010101011100 | d5faf4a9f2f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)