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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 逶門牒]H | 1110011110011011100101101110010110010010101010110101110101001000 | e79b96e592ab5d48 |
EUC-JP | 逶門牒]H | 1110110111111011110011001110011111000100101011010101110101001000 | edfbcce7c4ad5d48 |
UTF-8 | 逶門牒]H | 1110100110000000101101101110100110010110100000001110011110001001100100100101110101001000 | e980b6e99680e789925d48 |
UHC | ?門牒]H | 00111111110110101010011011110100111000000101110101001000 | 3fdaa6f4e05d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)