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·Ü^ | 111110110101001110110111110111101111101101010011101101111101110001011110 | fb53b7defb53b7dc5e |
SJIS-WIN | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
EUC-JP | ûS?ÞûS?Ü^ | 1000111110101011111001010101001100111111100011111010100110110000100011111010101111100101010100110011111110001111101010101110010001011110 | 8fabe5533f8fa9b08fabe5533f8faae45e |
UTF-8 | ûS·ÞûS·Ü^ | 110000111011101101010011110000101011011111000011100111101100001110111011010100111100001010110111110000111001110001011110 | c3bb53c2b7c39ec3bb53c2b7c39c5e |
UHC | ?S·Þ?S·?^ | 001111110101001110100001101001001010100010101101001111110101001110100001101001000011111101011110 | 3f53a1a4a8ad3f53a1a43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)