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 | 10010010101100101001110101000001001111110011111101000010 | 92b29d413f3f42 |
EUC-JP | 調戡??B | 11000100101101001101100110100010001111110011111101000010 | c4b4d9a23f3f42 |
UTF-8 | 調戡렰렑B | 11101000101010101011111111100110100010001010000111101011101000001011000011101011101000001001000101000010 | e8aabfe688a1eba0b0eba09142 |
UHC | 調戡렰렑B | 111100001110000011001010111100011000111010111101100011101010011001000010 | f0e0caf18ebd8ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)