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 | 111010011111001010001110101001001111101101010101100011101011110001000101 | e9f28ea4fb558ebc45 |
EUC-JP | 鶯痔煜湿E | 11110010111101001011110010100110100011111100100111111100101111001011111001000101 | f2f4bca68fc9fcbcbe45 |
UTF-8 | 鶯痔煜湿E | 11101001101101101010111111100111100101111001010011100111100001011001110011100110101110011011111101000101 | e9b6afe79794e7859ce6b9bf45 |
UHC | 鶯痔煜?E | 1110010110100011111101101100000011101001111100100011111101000101 | e5a3f6c0e9f23f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)