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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 孩拒孩居^ | 100110110111011110001011100100011001101101110111100010111000111101011110 | 9b778b919b778b8f5e |
EUC-JP | 孩拒孩居^ | 110101011101100010110101111100011101010111011000101101011110111101011110 | d5d8b5f1d5d8b5ef5e |
UTF-8 | 孩拒孩居^ | 11100101101011011010100111100110100010111001001011100101101011011010100111100101101100011000010101011110 | e5ada9e68b92e5ada9e5b1855e |
UHC | 孩拒孩居^ | 111110101010100111001011110111101111101010101001110010111101110001011110 | faa9cbdefaa9cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)