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 | 孩梨孩悧^ | 100110110111011110010111100111001001101101110111100111001010010001011110 | 9b77979c9b779ca45e |
EUC-JP | 孩梨孩悧^ | 110101011101100011001101111111001101010111011000110110001010011001011110 | d5d8cdfcd5d8d8a65e |
UTF-8 | 孩梨孩悧^ | 11100101101011011010100111100110101000101010100011100101101011011010100111100110100000101010011101011110 | e5ada9e6a2a8e5ada9e682a75e |
UHC | 孩梨孩悧^ | 111110101010100111010111110111101111101010101001110101111101110001011110 | faa9d7defaa9d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)