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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?母漣 | 0011111110010101111010101001011111111000 | 3f95ea97f8 |
EUC-JP | ?母漣 | 0011111111001010111011001100111011111010 | 3fcaeccefa |
UTF-8 | 뤲母漣 | 111010111010010010110010111001101010111110001101111001101011110010100011 | eba4b2e6af8de6bca3 |
UHC | 뤲母漣 | 100011111110000011011001101111011101010111111110 | 8fe0d9bdd5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)