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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孩?琥Ⅰ | 10011011011101110011111111100000111001101000011101010100 | 9b773fe0e68754 |
EUC-JP | 孩?琥? | 110101011101100000111111111000001110100000111111 | d5d83fe0e83f |
UTF-8 | 孩렔琥Ⅰ | 111001011010110110101001111010111010000010010100111001111001000010100101111000101000010110100000 | e5ada9eba094e790a5e285a0 |
UHC | 孩렔琥Ⅰ | 1111101010101001100011101010100111111011110100001010010110110000 | faa98ea9fbd0a5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)