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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 佞崋iF | 10011011010000111001101110111010100000101000100101000110 | 9b439bba828946 |
EUC-JP | 佞崋iF | 11010101101001001101011010111100101000111110100101000110 | d5a4d6bca3e946 |
UTF-8 | 佞崋iF | 11100100101111011001111011100101101101001000101111101111101111011000100101000110 | e4bd9ee5b48befbd8946 |
UHC | ??iF | 0011111100111111101000111110100101000110 | 3f3fa3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)