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 | 應???? | 100111001110010000111111001111110011111100111111 | 9ce43f3f3f3f |
EUC-JP | 應???? | 110110001110011000111111001111110011111100111111 | d8e63f3f3f3f |
UTF-8 | 應면렜얘퇴 | 111001101000011110001001111010111010100110110100111010111010000010011100111011001001011010011000111011011000011110110100 | e68789eba9b4eba09cec9698ed87b4 |
UHC | 應면렜얘퇴 | 11101011111010111011100011101001100011101010111010111110111010101100010111110000 | ebebb8e98eaebeeac5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)