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 | éõ¼í÷¹£ | 1110100111110101100011101011110011101101111101111011100110100011 | e9f58ebcedf7b9a3 |
SJIS-WIN | ?????÷?£ | 00111111001111110011111100111111001111111000000110000000001111111000000110010010 | 3f3f3f3f3f81803f8192 |
EUC-JP | éõ??í÷?£ | 10001111101010111011000110001111101010111101100000111111001111111000111110101011101111111010000111100000001111111010000111110010 | 8fabb18fabd83f3f8fabbfa1e03fa1f2 |
UTF-8 | éõ¼í÷¹£ | 11000011101010011100001110110101110000101000111011000010101111001100001110101101110000111011011111000010101110011100001010100011 | c3a9c3b5c28ec2bcc3adc3b7c2b9c2a3 |
UHC | ???¼?÷¹? | 0011111100111111001111111010100011111001001111111010000111000000101010011111011000111111 | 3f3f3fa8f93fa1c0a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)