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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 贈?h贈? | 10010001101000010011111101101000100100011010000100111111 | 91a13f6891a13f |
EUC-JP | 贈?h贈? | 11000010101000110011111101101000110000101010001100111111 | c2a33f68c2a33f |
UTF-8 | 贈렟h贈렟 | 11101000101101001000100011101011101000001001111101101000111010001011010010001000111010111010000010011111 | e8b488eba09f68e8b488eba09f |
UHC | 贈렟h贈렟 | 111100011111110010001110101100000110100011110001111111001000111010110000 | f1fc8eb068f1fc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)