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 | °Øú± | 10110000110110001111101010110001 | b0d8fab1 |
SJIS-WIN | °??± | 100000011000101100111111001111111000000101111101 | 818b3f3f817d |
EUC-JP | °Øú± | 10100001111010111000111110101001101011001000111110101011111000101010000111011110 | a1eb8fa9ac8fabe2a1de |
UTF-8 | °Øú± | 1100001010110000110000111001100011000011101110101100001010110001 | c2b0c398c3bac2b1 |
UHC | °Ø?± | 10100001110001101010100010101010001111111010000110111110 | a1c6a8aa3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)