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 | Ô¶¹ | 110101001011011010111001 | d4b6b9 |
SJIS-WIN | ?¶? | 00111111100000011111011100111111 | 3f81f73f |
EUC-JP | Ô¶? | 100011111010101011010100101000101111100100111111 | 8faad4a2f93f |
UTF-8 | Ô¶¹ | 110000111001010011000010101101101100001010111001 | c394c2b6c2b9 |
UHC | ?¶¹ | 0011111110100010110100101010100111110110 | 3fa2d2a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)