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羸 | 11100011101111101110010110001010011010001110001110111110 | e3bee58a68e3be |
EUC-JP | 羸蜉h羸 | 11100110110000001110100111101010011010001110011011000000 | e6c0e9ea68e6c0 |
UTF-8 | 羸蜉h羸 | 11100111101111101011100011101000100111001000100101101000111001111011111010111000 | e7beb8e89c8968e7beb8 |
UHC | 羸?h羸 | 110101111110100000111111011010001101011111101000 | d7e83f68d7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)