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µÞûWµÜ^ | 111110110101011110110101110111101111101101010111101101011101110001011110 | fb57b5defb57b5dc5e |
SJIS-WIN | ?W???W??^ | 001111110101011100111111001111110011111101010111001111110011111101011110 | 3f573f3f3f573f3f5e |
EUC-JP | ûW?ÞûW?Ü^ | 1000111110101011111001010101011100111111100011111010100110110000100011111010101111100101010101110011111110001111101010101110010001011110 | 8fabe5573f8fa9b08fabe5573f8faae45e |
UTF-8 | ûWµÞûWµÜ^ | 110000111011101101010111110000101011010111000011100111101100001110111011010101111100001010110101110000111001110001011110 | c3bb57c2b5c39ec3bb57c2b5c39c5e |
UHC | ?W?Þ?W??^ | 00111111010101110011111110101000101011010011111101010111001111110011111101011110 | 3f573fa8ad3f573f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)