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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 侑?h侑 | 100110001101000000111111011010001001100011010000 | 98d03f6898d0 |
EUC-JP | 侑?h侑 | 110100001101001000111111011010001101000011010010 | d0d23f68d0d2 |
UTF-8 | 侑렟h侑 | 11100100101111101001000111101011101000001001111101101000111001001011111010010001 | e4be91eba09f68e4be91 |
UHC | 侑렟h侑 | 11101010111000101000111010110000011010001110101011100010 | eae28eb068eae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)