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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 質崧漆B | 111100011110101110001110101111111111101010101111100011101011110101000010 | f1eb8ebffaaf8ebd42 |
EUC-JP | ?質崧漆B | 001111111011110011000001100011111011101111001010101111001011111101000010 | 3fbcc18fbbcabcbf42 |
UTF-8 | 質崧漆B | 11101110100001011010011011101000101100111010101011100101101101001010011111100110101111001000011001000010 | ee85a6e8b3aae5b4a7e6bc8642 |
UHC | ?質崧漆B | 0011111111110010111101011110001011111110111101101101010001000010 | 3ff2f5e2fef6d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)