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 | 躱薹粒B | 11100111010111011110010101010110100101111011000101000010 | e75de55697b142 |
EUC-JP | 躱薹粒B | 11101101101111101110100110110111110011101011001101000010 | edbee9b7ceb342 |
UTF-8 | 躱薹粒B | 11101000101110101011000111101000100101101011100111100111101100101001001001000010 | e8bab1e896b9e7b29242 |
UHC | ??粒B | 0011111100111111110110001010001101000010 | 3f3fd8a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)