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 | ±øÍ¢ | 10110001111110001100110110100010 | b1f8cda2 |
SJIS-WIN | ±??¢ | 100000010111110100111111001111111000000110010001 | 817d3f3f8191 |
EUC-JP | ±øÍ¢ | 10100001110111101000111110101001110011001000111110101010101111111010000111110001 | a1de8fa9cc8faabfa1f1 |
UTF-8 | ±øÍ¢ | 1100001010110001110000111011100011000011100011011100001010100010 | c2b1c3b8c38dc2a2 |
UHC | ±ø?? | 101000011011111010101001101010100011111100111111 | a1bea9aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)