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 | ?^??B | 0011111101011110001111110011111101000010 | 3f5e3f3f42 |
SJIS-WIN | 叩^辰巽B | 1001001001000000010111101001001001000011100100100100011001000010 | 92405e9243924642 |
EUC-JP | 叩^辰巽B | 1100001110100001010111101100001110100100110000111010011101000010 | c3a15ec3a4c3a742 |
UTF-8 | 叩^辰巽B | 1110010110001111101010010101111011101000101111101011000011100101101101111011110101000010 | e58fa95ee8beb0e5b7bd42 |
UHC | 叩^辰巽B | 1100110110110000010111101111001011100011111000011101111001000010 | cdb05ef2e3e1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)