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 | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-WIN | 乙??莊?Q | 1000100110110011001111110011111111100100101101010011111101010001 | 89b33f3fe4b53f51 |
EUC-JP | 乙??莊?Q | 1011001010110101001111110011111111101000101101110011111101010001 | b2b53f3fe8b73f51 |
UTF-8 | 乙재헬莊렰Q | 11100100101110011001100111101100100111101010110011101101100101111010110011101000100011101000101011101011101000001011000001010001 | e4b999ec9eaced97ace88e8aeba0b051 |
UHC | 乙재헬莊렰Q | 1110101111100000110000001110011111000111111011111110110111110110100011101011110101010001 | ebe0c0e7c7efedf68ebd51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)