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 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | 嶬^嶬^ | 100110111101001001011110100110111101001001011110 | 9bd25e9bd25e |
EUC-JP | 嶬^嶬^ | 110101101101010001011110110101101101010001011110 | d6d45ed6d45e |
UTF-8 | 嶬^嶬^ | 1110010110110110101011000101111011100101101101101010110001011110 | e5b6ac5ee5b6ac5e |
UHC | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)