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 | 1001110010001001100111011010010011101010010010000101110101001000 | 9c899da4ea485d48 |
EUC-JP | 怏擘鶇]H | 1101011111101001110110101010011011110011101010010101110101001000 | d7e9daa6f3a95d48 |
UTF-8 | 怏擘鶇]H | 1110011010000000100011111110011010010011100110001110100110110110100001110101110101001000 | e6808fe69398e9b6875d48 |
UHC | 怏擘?]H | 11100100111010001101101111111011001111110101110101001000 | e4e8dbfb3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)