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 | ??愿? | 0011111100111111100111001100001100111111 | 3f3f9cc33f |
EUC-JP | ??愿? | 0011111100111111110110001100010100111111 | 3f3fd8c53f |
UTF-8 | 諪렚愿렔 | 111010001010101110101010111010111010000010011010111001101000010010111111111010111010000010010100 | e8abaaeba09ae684bfeba094 |
UHC | 諪렚愿렔 | 1110111111110101100011101010110111101010101101001000111010101001 | eff58eadeab48ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)