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 | ¶Ì\ | 101101101100110001011100 | b6cc5c |
SJIS-WIN | ¶?\ | 10000001111101110011111101011100 | 81f73f5c |
EUC-JP | ¶Ì\ | 101000101111100110001111101010101100000001011100 | a2f98faac05c |
UTF-8 | ¶Ì\ | 1100001010110110110000111000110001011100 | c2b6c38c5c |
UHC | ¶?\ | 10100010110100100011111101011100 | a2d23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)