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 | 髴畷摯峵 | 1110100110011100100100111110101110011101100101011111101010101110 | e99c93eb9d95faae |
EUC-JP | 髴畷摯? | 11110001111111001100011011101101110110011111010100111111 | f1fcc6edd9f53f |
UTF-8 | 髴畷摯峵 | 111010011010101110110100111001111001010110110111111001101001000110101111111001011011001110110101 | e9abb4e795b7e691afe5b3b5 |
UHC | ??摯? | 0011111100111111111100101010011100111111 | 3f3ff2a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)