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 | ???魚 | 0011111100111111001111111000101110011011 | 3f3f3f8b9b |
EUC-JP | 獒?ˇ魚 | 100011111100101110111011001111111000111110100010101100001011010111111011 | 8fcbbb3f8fa2b0b5fb |
UTF-8 | 獒꾣ˇ魚 | 1110011110001101100100101110101010111110101000111100101110000111111010011010110110011010 | e78d92eabea3cb87e9ad9a |
UHC | 獒꾣ˇ魚 | 1110100010100011100001001110011010100010101001111110010111100000 | e8a384e6a2a7e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)