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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 女앭씍女앶턄^ | 11101111101001101000000111101100100101011010110111101100100101001000110111101111101001101000000111101100100101011011011011101101100001001000010001011110 | efa681ec95adec948defa681ec95b6ed84845e |
UHC | 女앭씍女앶턄^ | 11100101111111001001110111100101100111011010010011100101111111001001110111101001101101011010000001011110 | e5fc9de59da4e5fc9de9b5a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)