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 | 岻襭舍 | 100110111010110011100110010000101110010001110001 | 9bace642e471 |
EUC-JP | 岻襭舍 | 110101101010111011101011101000111110011111010010 | d6aeeba3e7d2 |
UTF-8 | 岻襭舍 | 111001011011001010111011111010001010010110101101111010001000100010001101 | e5b2bbe8a5ade8888d |
UHC | ??舍 | 00111111001111111101111011101100 | 3f3fdeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)