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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 婉額婉額B | 100110110101010110001010011110101001101101010101100010100111101001000010 | 9b558a7a9b558a7a42 |
EUC-JP | 婉額婉額B | 110101011011011010110011110110111101010110110110101100111101101101000010 | d5b6b3dbd5b6b3db42 |
UTF-8 | 婉額婉額B | 11100101101010011000100111101001101000011000110111100101101010011000100111101001101000011000110101000010 | e5a989e9a18de5a989e9a18d42 |
UHC | 婉額婉額B | 111010001100011011100100111111101110100011000110111001001111111001000010 | e8c6e4fee8c6e4fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)