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 | ð¬°h | 1111000010101100100011101011000001101000 | f0ac8eb068 |
SJIS-WIN | ?¬?°h | 00111111100000011100101000111111100000011000101101101000 | 3f81ca3f818b68 |
EUC-JP | �h | 100011111010100111000011101000101100110000111111101000011110101101101000 | 8fa9c3a2cc3fa1eb68 |
UTF-8 | ð¬°h | 110000111011000011000010101011001100001010001110110000101011000001101000 | c3b0c2acc28ec2b068 |
UHC | ð??°h | 10101001101000110011111100111111101000011100011001101000 | a9a33f3fa1c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)