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 | 魃、關孝 | 11101001101011111010010011101000100100001000110101000110 | e9afa4e8908d46 |
EUC-JP | 魃、關孝 | 1111001010110001100011101010010011101111111100001011100110100111 | f2b18ea4eff0b9a7 |
UTF-8 | 魃、關孝 | 111010011010110110000011111011111011110110100100111010011001011110011100111001011010110110011101 | e9ad83efbda4e9979ce5ad9d |
UHC | 魃?關孝 | 11011011101001100011111111001110101111001111110011111000 | dba63fcebcfcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)