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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 懶走}懶走{^ | 1001110011101111100100011001011001111101100111001110111110010001100101100111101101011110 | 9cef91967d9cef91967b5e |
EUC-JP | 懶走}懶走{^ | 1101100011110001110000011111011001111101110110001111000111000001111101100111101101011110 | d8f1c1f67dd8f1c1f67b5e |
UTF-8 | 懶走}懶走{^ | 111001101000011110110110111010001011010110110000011111011110011010000111101101101110100010110101101100000111101101011110 | e687b6e8b5b07de687b6e8b5b07b5e |
UHC | 懶走}懶走{^ | 1101010011111011111100011100101101111101110101001111101111110001110010110111101101011110 | d4fbf1cb7dd4fbf1cb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)