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 | 貊趣ス賀謌 | 111001101011101110001110111011111011110110001001111010101110011010001000 | e6bb8eefbd89eae688 |
EUC-JP | 貊趣ス賀謌 | 11101100101111011011110011110001100011101011110110110010111011001110101111101000 | ecbdbcf18ebdb2ecebe8 |
UTF-8 | 貊趣ス賀謌 | 111010001011001010001010111010001011011010100011111011111011110110111101111010001011001110000000111010001010110010001100 | e8b28ae8b6a3efbdbde8b380e8ac8c |
UHC | 貊趣?賀? | 1101100011100111111101101010110000111111111110011100010100111111 | d8e7f6ac3ff9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)