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 | 隍鍋スキ莉 | 1110100010100100100100111110011110111101101101111110010010111011 | e8a493e7bdb7e4bb |
EUC-JP | 隍鍋スキ莉 | 11110000101001101100011011101001100011101011110110001110101101111110100010111101 | f0a6c6e98ebd8eb7e8bd |
UTF-8 | 隍鍋スキ莉 | 111010011001101010001101111010011000110110001011111011111011110110111101111011111011110110110111111010001000111010001001 | e99a8de98d8befbdbdefbdb7e88e89 |
UHC | 隍鍋??莉 | 1111110011011011110011101010011100111111001111111101011111101001 | fcdbcea73f3fd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)