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 | 霍壽・雁惡 | 111010001011011110011010111001101010010110001010111001011001110010100110 | e8b79ae6a58ae59ca6 |
EUC-JP | 霍壽・雁惡 | 11110000101110011101010011101000100011101010010110110100111001111101100010101000 | f0b9d4e88ea5b4e7d8a8 |
UTF-8 | 霍壽・雁惡 | 111010011001110010001101111001011010001110111101111011111011110110100101111010011001101110000001111001101000001110100001 | e99c8de5a3bdefbda5e99b81e683a1 |
UHC | ?壽?雁惡 | 0011111111100001111110000011111111100100110100101110010011000010 | 3fe1f83fe4d2e4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)