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 | Ó£ðîY | 1101001110100011111100001110111001011001 | d3a3f0ee59 |
SJIS-WIN | ?£??Y | 001111111000000110010010001111110011111101011001 | 3f81923f3f59 |
EUC-JP | Ó£ðîY | 100011111010101011010001101000011111001010001111101010011100001110001111101010111100001001011001 | 8faad1a1f28fa9c38fabc259 |
UTF-8 | Ó£ðîY | 110000111001001111000010101000111100001110110000110000111010111001011001 | c393c2a3c3b0c3ae59 |
UHC | ??ð?Y | 001111110011111110101001101000110011111101011001 | 3f3fa9a33f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)