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 | ©Á¢÷û~ | 10001111101010011100000110100010111101111111101101111110 | 8fa9c1a2f7fb7e |
SJIS-WIN | ???¢÷?~ | 001111110011111100111111100000011001000110000001100000000011111101111110 | 3f3f3f819181803f7e |
EUC-JP | ?©Á¢÷û~ | 001111111000111110100010111011011000111110101010101000011010000111110001101000011110000010001111101010111110010101111110 | 3f8fa2ed8faaa1a1f1a1e08fabe57e |
UTF-8 | ©Á¢÷û~ | 11000010100011111100001010101001110000111000000111000010101000101100001110110111110000111011101101111110 | c28fc2a9c381c2a2c3b7c3bb7e |
UHC | ????÷?~ | 0011111100111111001111110011111110100001110000000011111101111110 | 3f3f3f3fa1c03f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)