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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 怐鈔鞦^ | 10011100100000011110011111100010111010001110000101011110 | 9c81e7e2e8e15e |
EUC-JP | 怐鈔鞦^ | 11010111111000011110111011100100111100001110001101011110 | d7e1eee4f0e35e |
UTF-8 | 怐鈔鞦^ | 11100110100000001001000011101001100010001001010011101001100111101010011001011110 | e68090e98894e99ea65e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)