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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | ?勹@B | 0011111110011001101011110100000001000010 | 3f99af4042 |
EUC-JP | 伈勹@B | 10001111101100001101010111010010101100010100000001000010 | 8fb0d5d2b14042 |
UTF-8 | 伈勹@B | 1110010010111100100010001110010110001011101110010100000001000010 | e4bc88e58bb94042 |
UHC | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)