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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 萇簧籬籬E | 111001001100011111100010110011101110001011011111111000101101111101000101 | e4c7e2cee2dfe2df45 |
EUC-JP | 萇簧籬籬E | 111010001100100111100100110100001110010011100001111001001110000101000101 | e8c9e4d0e4e1e4e145 |
UTF-8 | 萇簧籬籬E | 11101000100100001000011111100111101100001010011111100111101100011010110011100111101100011010110001000101 | e89087e7b0a7e7b1ace7b1ac45 |
UHC | ?簧籬籬E | 0011111111111100110101111101011111100110110101111110011001000101 | 3ffcd7d7e6d7e645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)