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 | í÷£î± | 111011011111011110001110101000111110111010110001 | edf78ea3eeb1 |
SJIS-WIN | ?÷?£?± | 001111111000000110000000001111111000000110010010001111111000000101111101 | 3f81803f81923f817d |
EUC-JP | í÷?£î± | 10001111101010111011111110100001111000000011111110100001111100101000111110101011110000101010000111011110 | 8fabbfa1e03fa1f28fabc2a1de |
UTF-8 | í÷£î± | 110000111010110111000011101101111100001010001110110000101010001111000011101011101100001010110001 | c3adc3b7c28ec2a3c3aec2b1 |
UHC | ?÷???± | 0011111110100001110000000011111100111111001111111010000110111110 | 3fa1c03f3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)