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 | ûS¥ÞûS¥Ü^ | 111110110101001110100101110111101111101101010011101001011101110001011110 | fb53a5defb53a5dc5e |
SJIS-WIN | ?S¥??S¥?^ | 0011111101010011100000011000111100111111001111110101001110000001100011110011111101011110 | 3f53818f3f3f53818f3f5e |
EUC-JP | ûS?ÞûS?Ü^ | 1000111110101011111001010101001100111111100011111010100110110000100011111010101111100101010100110011111110001111101010101110010001011110 | 8fabe5533f8fa9b08fabe5533f8faae45e |
UTF-8 | ûS¥ÞûS¥Ü^ | 110000111011101101010011110000101010010111000011100111101100001110111011010100111100001010100101110000111001110001011110 | c3bb53c2a5c39ec3bb53c2a5c39c5e |
UHC | ?S?Þ?S??^ | 00111111010100110011111110101000101011010011111101010011001111110011111101011110 | 3f533fa8ad3f533f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)