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 | ÞÒÞ÷] | 1101111011010010110111101111011101011101 | ded2def75d |
SJIS-WIN | ???÷] | 001111110011111100111111100000011000000001011101 | 3f3f3f81805d |
EUC-JP | ÞÒÞ÷] | 100011111010100110110000100011111010101011010010100011111010100110110000101000011110000001011101 | 8fa9b08faad28fa9b0a1e05d |
UTF-8 | ÞÒÞ÷] | 110000111001111011000011100100101100001110011110110000111011011101011101 | c39ec392c39ec3b75d |
UHC | Þ?Þ÷] | 1010100010101101001111111010100010101101101000011100000001011101 | a8ad3fa8ada1c05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)