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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 址??愿? | 10011010101011000011111100111111100111001100001100111111 | 9aac3f3f9cc33f |
EUC-JP | 址??愿? | 11010100101011100011111100111111110110001100010100111111 | d4ae3f3fd8c53f |
UTF-8 | 址띈눴愿렖 | 111001011001110110000000111010111001110110001000111010111000100010110100111001101000010010111111111010111010000010010110 | e59d80eb9d88eb88b4e684bfeba096 |
UHC | 址띈눴愿렖 | 11110010101000111011011011101000101101001011001111101010101101001000111010101011 | f2a3b6e8b4b3eab48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)