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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ロャ燾F | 1101101110101100111110110101101001000110 | dbacfb5a46 |
EUC-JP | ロャ燾F | 1000111011011011100011101010110010001111110010101011110101000110 | 8edb8eac8fcabd46 |
UTF-8 | ロャ燾F | 11101111101111101001101111101111101111011010110011100111100001111011111001000110 | efbe9befbdace787be46 |
UHC | ??燾F | 0011111100111111110101001010011101000110 | 3f3fd4a746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)