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 | @W@ | 1001001001000000010101111001001001000000 | 9240579240 |
SJIS-WIN | ?@W?@ | 0011111101000000010101110011111101000000 | 3f40573f40 |
EUC-JP | ?@W?@ | 0011111101000000010101110011111101000000 | 3f40573f40 |
UTF-8 | @W@ | 11000010100100100100000001010111110000101001001001000000 | c2924057c29240 |
UHC | ?@W?@ | 0011111101000000010101110011111101000000 | 3f40573f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)