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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 昕ムルBF | 111110101100111111010001110110010100001001000110 | facfd1d94246 |
EUC-JP | 昕ムルBF | 100011111100000111111100100011101101000110001110110110010100001001000110 | 8fc1fc8ed18ed94246 |
UTF-8 | 昕ムルBF | 1110011010011000100101011110111110111110100100011110111110111110100110010100001001000110 | e69895efbe91efbe994246 |
UHC | 昕??BF | 111111011101101000111111001111110100001001000110 | fdda3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)