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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 魘雅スァB | 11101001101101001000100111101011101111011010011101000010 | e9b489ebbda742 |
EUC-JP | 魘雅スァB | 111100101011011010110010111011011000111010111101100011101010011101000010 | f2b6b2ed8ebd8ea742 |
UTF-8 | 魘雅スァB | 11101001101011011001100011101001100110111000010111101111101111011011110111101111101111011010011101000010 | e9ad98e99b85efbdbdefbda742 |
UHC | ?雅??B | 001111111110010010111010001111110011111101000010 | 3fe4ba3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)