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羸 | 11100011101111101110010011101000011010001110001110111110 | e3bee4e868e3be |
EUC-JP | 羸蒻h羸 | 11100110110000001110100011101010011010001110011011000000 | e6c0e8ea68e6c0 |
UTF-8 | 羸蒻h羸 | 11100111101111101011100011101000100100101011101101101000111001111011111010111000 | e7beb8e892bb68e7beb8 |
UHC | 羸蒻h羸 | 11010111111010001110010110110110011010001101011111101000 | d7e8e5b668d7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)