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 | ûPÂx | 110000111011101101010000110000101001101101111000 | c3bb50c29b78 |
SJIS-WIN | ??P??x | 001111110011111101010000001111110011111101111000 | 3f3f503f3f78 |
EUC-JP | Ã?PÂ?x | 10001111101010101010101000111111010100001000111110101010101001000011111101111000 | 8faaaa3f508faaa43f78 |
UTF-8 | ûPÂx | 11000011100000111100001010111011010100001100001110000010110000101001101101111000 | c383c2bb50c382c29b78 |
UHC | ??P??x | 001111110011111101010000001111110011111101111000 | 3f3f503f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)