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 | ûWÞûïô¹ | 1111101101010111110111101111101111101111111101001000111110111001 | fb57defbeff48fb9 |
SJIS-WIN | ?W?????? | 0011111101010111001111110011111100111111001111110011111100111111 | 3f573f3f3f3f3f3f |
EUC-JP | ûWÞûïô?? | 100011111010101111100101010101111000111110101001101100001000111110101011111001011000111110101011110000011000111110101011110101000011111100111111 | 8fabe5578fa9b08fabe58fabc18fabd43f3f |
UTF-8 | ûWÞûïô¹ | 110000111011101101010111110000111001111011000011101110111100001110101111110000111011010011000010100011111100001010111001 | c3bb57c39ec3bbc3afc3b4c28fc2b9 |
UHC | ?WÞ????¹ | 00111111010101111010100010101101001111110011111100111111001111111010100111110110 | 3f57a8ad3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)