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 | ©Àý©ÁG | 1000111110101001110000001111110110001111101010011100000101000111 | 8fa9c0fd8fa9c147 |
SJIS-WIN | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
EUC-JP | ?©Àý?©ÁG | 001111111000111110100010111011011000111110101010101000101000111110101011111100100011111110001111101000101110110110001111101010101010000101000111 | 3f8fa2ed8faaa28fabf23f8fa2ed8faaa147 |
UTF-8 | ©Àý©ÁG | 110000101000111111000010101010011100001110000000110000111011110111000010100011111100001010101001110000111000000101000111 | c28fc2a9c380c3bdc28fc2a9c38147 |
UHC | ???????G | 0011111100111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)