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 | ?毛夭 | 0011111110010110110100011001101011101110 | 3f96d19aee |
EUC-JP | ?毛夭 | 0011111111001100110100111101010011110000 | 3fccd3d4f0 |
UTF-8 | 뤲毛夭 | 111010111010010010110010111001101010111110011011111001011010010010101101 | eba4b2e6af9be5a4ad |
UHC | 뤲毛夭 | 100011111110000011011001101111101110100011101100 | 8fe0d9bee8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)