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 | í¾£éûóP | 11101101101111101010001111101001111110111111001101010000 | edbea3e9fbf350 |
SJIS-WIN | ??£???P | 0011111100111111100000011001001000111111001111110011111101010000 | 3f3f81923f3f3f50 |
EUC-JP | í?£éûóP | 10001111101010111011111100111111101000011111001010001111101010111011000110001111101010111110010110001111101010111101000101010000 | 8fabbf3fa1f28fabb18fabe58fabd150 |
UTF-8 | í¾£éûóP | 11000011101011011100001010111110110000101010001111000011101010011100001110111011110000111011001101010000 | c3adc2bec2a3c3a9c3bbc3b350 |
UHC | ?¾????P | 0011111110101000111110100011111100111111001111110011111101010000 | 3fa8fa3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)