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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痔釥自 | 1111000011101011100011101010010011111011110000001000111010101001 | f0eb8ea4fbc08ea9 |
EUC-JP | ?痔釥自 | 0011111110111100101001101000111111100011101010111011110010101011 | 3fbca68fe3abbcab |
UTF-8 | 痔釥自 | 111011101000001010101010111001111001011110010100111010011000011110100101111010001000011110101010 | ee82aae79794e987a5e887aa |
UHC | ?痔?自 | 001111111111011011000000001111111110110110111011 | 3ff6c03fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)