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? | 1001101111010000001111110110100000111111 | 9bd03f683f |
EUC-JP | 嶢?h? | 1101011011010010001111110110100000111111 | d6d23f683f |
UTF-8 | 嶢렎h痢 | 11100101101101101010001011101011101000001000111001101000111011111010011110100101 | e5b6a2eba08e68efa7a5 |
UHC | 嶢렎h痢 | 11101000111100101000111010100100011010001110110010111000 | e8f28ea468ecb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)