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 | ??悚 | 00111111001111111001110010011110 | 3f3f9c9e |
EUC-JP | ??悚 | 00111111001111111101011111111110 | 3f3fd7fe |
UTF-8 | 뤳떞悚 | 111010111010010010110011111010111001011010011110111001101000001010011010 | eba4b3eb969ee6829a |
UHC | 뤳떞悚 | 100011111110000110001011101101001110000111100101 | 8fe18bb4e1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)