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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 懈① | 10011100111001101000011101000000 | 9ce68740 |
EUC-JP | 懈? | 110110001110100000111111 | d8e83f |
UTF-8 | 懈① | 111001101000011110001000111000101001000110100000 | e68788e291a0 |
UHC | 懈① | 11111010101010111010100011100111 | faaba8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)