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 | í÷¹Éí÷ | 111011011111011110111001110010011110110111110111 | edf7b9c9edf7 |
SJIS-WIN | ?÷???÷ | 0011111110000001100000000011111100111111001111111000000110000000 | 3f81803f3f3f8180 |
EUC-JP | í÷?Éí÷ | 1000111110101011101111111010000111100000001111111000111110101010101100011000111110101011101111111010000111100000 | 8fabbfa1e03f8faab18fabbfa1e0 |
UTF-8 | í÷¹Éí÷ | 110000111010110111000011101101111100001010111001110000111000100111000011101011011100001110110111 | c3adc3b7c2b9c389c3adc3b7 |
UHC | ?÷¹??÷ | 001111111010000111000000101010011111011000111111001111111010000111000000 | 3fa1c0a9f63f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)