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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヨ鑈淲蠅鴈 | 1111000111101001110101101111101111100111111110110100010011100101101000101110100111101100 | f1e9d6fbe7fb44e5a2e9ec |
EUC-JP | ?ヨ鑈?蠅鴈 | 0011111110001110110101101000111111100101111010110011111111101010101001001111001011101110 | 3f8ed68fe5eb3feaa4f2ee |
UTF-8 | ヨ鑈淲蠅鴈 | 111011101000010110100100111011111011111010010110111010011001000110001000111001101011011110110010111010001010000010000101111010011011010010001000 | ee85a4efbe96e99188e6b7b2e8a085e9b488 |
UHC | ????蠅? | 00111111001111110011111100111111111000111011001000111111 | 3f3f3f3fe3b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)