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 | ×÷ûH | 1000111111010111111101111111101101001000 | 8fd7f7fb48 |
SJIS-WIN | ?×÷?H | 00111111100000010111111010000001100000000011111101001000 | 3f817e81803f48 |
EUC-JP | ?×÷ûH | 001111111010000111011111101000011110000010001111101010111110010101001000 | 3fa1dfa1e08fabe548 |
UTF-8 | ×÷ûH | 110000101000111111000011100101111100001110110111110000111011101101001000 | c28fc397c3b7c3bb48 |
UHC | ?×÷?H | 00111111101000011011111110100001110000000011111101001000 | 3fa1bfa1c03f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)