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 | 孩梨孩姆^ | 100110110111011110010111100111001001101101110111100110110100011101011110 | 9b77979c9b779b475e |
EUC-JP | 孩梨孩姆^ | 110101011101100011001101111111001101010111011000110101011010100001011110 | d5d8cdfcd5d8d5a85e |
UTF-8 | 孩梨孩姆^ | 11100101101011011010100111100110101000101010100011100101101011011010100111100101101001111000011001011110 | e5ada9e6a2a8e5ada9e5a7865e |
UHC | 孩梨孩姆^ | 111110101010100111010111110111101111101010101001110110011011010101011110 | faa9d7defaa9d9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)