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 | «ä±¡ | 1000111110101011111001001011000110100001 | 8fabe4b1a1 |
SJIS-WIN | ???±? | 001111110011111100111111100000010111110100111111 | 3f3f3f817d3f |
EUC-JP | ??䱡 | 00111111001111111000111110101011101000111010000111011110100011111010001011000010 | 3f3f8faba3a1de8fa2c2 |
UTF-8 | «ä±¡ | 11000010100011111100001010101011110000111010010011000010101100011100001010100001 | c28fc2abc3a4c2b1c2a1 |
UHC | ???±¡ | 00111111001111110011111110100001101111101010001010101110 | 3f3f3fa1bea2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)