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 | í÷ºè¼ | 111011011111011110001110101110101110100010111100 | edf78ebae8bc |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | í÷?ºè? | 10001111101010111011111110100001111000000011111110001111101000101110101110001111101010111011001000111111 | 8fabbfa1e03f8fa2eb8fabb23f |
UTF-8 | í÷ºè¼ | 110000111010110111000011101101111100001010001110110000101011101011000011101010001100001010111100 | c3adc3b7c28ec2bac3a8c2bc |
UHC | ?÷?º?¼ | 001111111010000111000000001111111010100010101100001111111010100011111001 | 3fa1c03fa8ac3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)