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Þûð | 1111101101010111110111101111101111110000 | fb57defbf0 |
SJIS-WIN | ?W??? | 0011111101010111001111110011111100111111 | 3f573f3f3f |
EUC-JP | ûWÞûð | 10001111101010111110010101010111100011111010100110110000100011111010101111100101100011111010100111000011 | 8fabe5578fa9b08fabe58fa9c3 |
UTF-8 | ûWÞûð | 110000111011101101010111110000111001111011000011101110111100001110110000 | c3bb57c39ec3bbc3b0 |
UHC | ?WÞ?ð | 00111111010101111010100010101101001111111010100110100011 | 3f57a8ad3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)