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 | ??絲 | 00111111001111111110001101001110 | 3f3fe34e |
EUC-JP | ??絲 | 00111111001111111110010110101111 | 3f3fe5af |
UTF-8 | 뤿쪔絲 | 111010111010010010111111111011001010101010010100111001111011010110110010 | eba4bfecaa94e7b5b2 |
UHC | 뤿쪔絲 | 100011111110101110100101100011101101111011101010 | 8feba58edeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)