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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?盆 | 001111111001011001111110 | 3f967e |
EUC-JP | ?盆 | 001111111100101111011111 | 3fcbdf |
UTF-8 | 뤒盆 | 111010111010010010010010111001111001101110000110 | eba492e79b86 |
UHC | 뤒盆 | 10001111110000101101110111001110 | 8fc2ddce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)