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Þû𺻠| 1111101101010111110111101111101111110000101110101000111110111011 | fb57defbf0ba8fbb |
SJIS-WIN | ?W?????? | 0011111101010111001111110011111100111111001111110011111100111111 | 3f573f3f3f3f3f3f |
EUC-JP | ûWÞûðº?? | 100011111010101111100101010101111000111110101001101100001000111110101011111001011000111110101001110000111000111110100010111010110011111100111111 | 8fabe5578fa9b08fabe58fa9c38fa2eb3f3f |
UTF-8 | ûWÞû𺻠| 110000111011101101010111110000111001111011000011101110111100001110110000110000101011101011000010100011111100001010111011 | c3bb57c39ec3bbc3b0c2bac28fc2bb |
UHC | ?WÞ?ðº?? | 0011111101010111101010001010110100111111101010011010001110101000101011000011111100111111 | 3f57a8ad3fa9a3a8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)