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 | ????oBF | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | 魘雅スァoBF | 111010011011010010001001111010111011110110100111011011110100001001000110 | e9b489ebbda76f4246 |
EUC-JP | 魘雅スァoBF | 1111001010110110101100101110110110001110101111011000111010100111011011110100001001000110 | f2b6b2ed8ebd8ea76f4246 |
UTF-8 | 魘雅スァoBF | 111010011010110110011000111010011001101110000101111011111011110110111101111011111011110110100111011011110100001001000110 | e9ad98e99b85efbdbdefbda76f4246 |
UHC | ?雅??oBF | 0011111111100100101110100011111100111111011011110100001001000110 | 3fe4ba3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)