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 | ????[BF | 00111111001111110011111100111111010110110100001001000110 | 3f3f3f3f5b4246 |
SJIS-WIN | 辰綻賊箪[BF | 1001001001000011100100100101110110010001101011111001001001011100010110110100001001000110 | 9243925d91af925c5b4246 |
EUC-JP | 辰綻賊箪[BF | 1100001110100100110000111011111011000010101100011100001110111101010110110100001001000110 | c3a4c3bec2b1c3bd5b4246 |
UTF-8 | 辰綻賊箪[BF | 111010001011111010110000111001111011011010111011111010001011001110001010111001111010111010101010010110110100001001000110 | e8beb0e7b6bbe8b38ae7aeaa5b4246 |
UHC | 辰綻賊?[BF | 11110010111000111111011110101010111011101110010000111111010110110100001001000110 | f2e3f7aaeee43f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)