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 | 100111111111011111101001101011000100001001000110 | 9ff7e9ac4246 |
SJIS-WIN | ?÷?¬BF | 0011111110000001100000000011111110000001110010100100001001000110 | 3f81803f81ca4246 |
EUC-JP | ?÷é¬BF | 00111111101000011110000010001111101010111011000110100010110011000100001001000110 | 3fa1e08fabb1a2cc4246 |
UTF-8 | ÷é¬BF | 11000010100111111100001110110111110000111010100111000010101011000100001001000110 | c29fc3b7c3a9c2ac4246 |
UHC | ?÷??BF | 00111111101000011100000000111111001111110100001001000110 | 3fa1c03f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)