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 | í÷¾ò¡ | 111011011111011110001110101111101111001010100001 | edf78ebef2a1 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | í÷??ò¡ | 10001111101010111011111110100001111000000011111100111111100011111010101111010010100011111010001011000010 | 8fabbfa1e03f3f8fabd28fa2c2 |
UTF-8 | í÷¾ò¡ | 110000111010110111000011101101111100001010001110110000101011111011000011101100101100001010100001 | c3adc3b7c28ec2bec3b2c2a1 |
UHC | ?÷?¾?¡ | 001111111010000111000000001111111010100011111010001111111010001010101110 | 3fa1c03fa8fa3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)