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 | 愿?淫?? | 10011100110000110011111110001000111110100011111100111111 | 9cc33f88fa3f3f |
EUC-JP | 愿?淫?? | 11011000110001010011111110110000111111000011111100111111 | d8c53fb0fc3f3f |
UTF-8 | 愿렑淫멸렠 | 111001101000010010111111111010111010000010010001111001101011011110101011111010111010100110111000111010111010000010100000 | e684bfeba091e6b7abeba9b8eba0a0 |
UHC | 愿렑淫멸렠 | 11101010101101001000111010100110111010111110001010111000111010101000111010110001 | eab48ea6ebe2b8ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)