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 | 111110111010010111010001110110010100001001000110 | fba5d1d94246 |
EUC-JP | 詹ムルBF | 100011111101110111101010100011101101000110001110110110010100001001000110 | 8fddea8ed18ed94246 |
UTF-8 | 詹ムルBF | 1110100010101001101110011110111110111110100100011110111110111110100110010100001001000110 | e8a9b9efbe91efbe994246 |
UHC | 詹??BF | 111101001101101000111111001111110100001001000110 | f4da3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)