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 | 絶??掖 | 100100001110001000111111001111111001110101110100 | 90e23f3f9d74 |
EUC-JP | 絶??掖 | 110000001110010000111111001111111101100111010101 | c0e43f3fd9d5 |
UTF-8 | 絶귡쓾掖 | 111001111011010110110110111010101011011110100001111011001001001110111110111001101000111010010110 | e7b5b6eab7a1ec93bee68e96 |
UHC | 絶귡쓾掖 | 1110111110111110100000101110100110011101100110011110010011111010 | efbe82e99d99e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)