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 | 11000011100110101100001110010111010110110100001001000110 | c39ac3975b4246 |
EUC-JP | テ堙夕BF | 1000111011000011110101001100010111001101101111000100001001000110 | 8ec3d4c5cdbc4246 |
UTF-8 | テ堙夕BF | 1110111110111110100000111110010110100000100110011110010110100100100101010100001001000110 | efbe83e5a099e5a4954246 |
UHC | ??夕BF | 001111110011111111100000101010100100001001000110 | 3f3fe0aa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)