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 | 11100110111011101010111001101000 | e6eeae68 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | æî®h | 10001111101010011100000110001111101010111100001010001111101000101110111001101000 | 8fa9c18fabc28fa2ee68 |
UTF-8 | æî®h | 11000011101001101100001110101110110000101010111001101000 | c3a6c3aec2ae68 |
UHC | æ?®h | 101010011010000100111111101000101110011101101000 | a9a13fa2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)