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 | ??莖 | 00111111001111111110010010110001 | 3f3fe4b1 |
EUC-JP | ??莖 | 00111111001111111110100010110011 | 3f3fe8b3 |
UTF-8 | 뤵칿莖 | 111010111010010010110101111011001011100110111111111010001000111010010110 | eba4b5ecb9bfe88e96 |
UHC | 뤵칿莖 | 100011111110001110101111100011101100110011101100 | 8fe3af8eccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)