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 | マフ韜 | 11001111110011001110100011101001 | cfcce8e9 |
EUC-JP | マフ韜 | 100011101100111110001110110011001111000011101011 | 8ecf8eccf0eb |
UTF-8 | マフ韜 | 111011111011111010001111111011111011111010001100111010011001111110011100 | efbe8fefbe8ce99f9c |
UHC | ??韜 | 00111111001111111101010010110111 | 3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)