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 | ¸´±Æ | 1000111110111000101101001011000111000110 | 8fb8b4b1c6 |
SJIS-WIN | ??´±? | 00111111001111111000000101001100100000010111110100111111 | 3f3f814c817d3f |
EUC-JP | ?¸´±Æ | 0011111110001111101000101011000110100001101011011010000111011110100011111010100110100001 | 3f8fa2b1a1ada1de8fa9a1 |
UTF-8 | ¸´±Æ | 11000010100011111100001010111000110000101011010011000010101100011100001110000110 | c28fc2b8c2b4c2b1c386 |
UHC | ?¸´±Æ | 001111111010001010101100101000101010010110100001101111101010100010100001 | 3fa2aca2a5a1bea8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)