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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 彧鮮?E | 111110101011100110010001010011100011111101000101 | fab9914e3f45 |
EUC-JP | 彧鮮?E | 10001111101111001111111011000001101011110011111101000101 | 8fbcfec1af3f45 |
UTF-8 | 彧鮮黎E | 11100101101111011010011111101001101011101010111011101111101001101000100101000101 | e5bda7e9aeaeefa68945 |
UHC | 彧鮮黎E | 11101001111011101110000011011000111001101011000101000101 | e9eee0d8e6b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)