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 | ??FB | 00111111001111110100011001000010 | 3f3f4642 |
SJIS-WIN | ?勹FB | 0011111110011001101011110100011001000010 | 3f99af4642 |
EUC-JP | 伈勹FB | 10001111101100001101010111010010101100010100011001000010 | 8fb0d5d2b14642 |
UTF-8 | 伈勹FB | 1110010010111100100010001110010110001011101110010100011001000010 | e4bc88e58bb94642 |
UHC | ??FB | 00111111001111110100011001000010 | 3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)