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 | 11100110101100011110011101101000 | e6b1e768 |
SJIS-WIN | ?±?h | 0011111110000001011111010011111101101000 | 3f817d3f68 |
EUC-JP | æ±çh | 100011111010100111000001101000011101111010001111101010111010111001101000 | 8fa9c1a1de8fabae68 |
UTF-8 | æ±çh | 11000011101001101100001010110001110000111010011101101000 | c3a6c2b1c3a768 |
UHC | æ±?h | 101010011010000110100001101111100011111101101000 | a9a1a1be3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)