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 | ùðÍ¢ | 11111001111100001100110110100010 | f9f0cda2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | ùðÍ¢ | 1000111110101011111000111000111110101001110000111000111110101010101111111010000111110001 | 8fabe38fa9c38faabfa1f1 |
UTF-8 | ùðÍ¢ | 1100001110111001110000111011000011000011100011011100001010100010 | c3b9c3b0c38dc2a2 |
UHC | ?ð?? | 0011111110101001101000110011111100111111 | 3fa9a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)