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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 佞崋iB | 10011011010000111001101110111010100000101000100101000010 | 9b439bba828942 |
EUC-JP | 佞崋iB | 11010101101001001101011010111100101000111110100101000010 | d5a4d6bca3e942 |
UTF-8 | 佞崋iB | 11100100101111011001111011100101101101001000101111101111101111011000100101000010 | e4bd9ee5b48befbd8942 |
UHC | ??iB | 0011111100111111101000111110100101000010 | 3f3fa3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)