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 | 質ケソ | 1111001010110110100011101011111111110010101011111011100110111111 | f2b68ebff2afb9bf |
EUC-JP | ?質?ケソ | 0011111110111100110000010011111110001110101110011000111010111111 | 3fbcc13f8eb98ebf |
UTF-8 | 質ケソ | 111011101000011110101101111010001011001110101010111011101000011110100110111011111011110110111001111011111011110110111111 | ee87ade8b3aaee87a6efbdb9efbdbf |
UHC | ?質??? | 001111111111001011110101001111110011111100111111 | 3ff2f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)