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 | 11101001101101001000100111101011101110111010001001000010 | e9b489ebbba242 |
EUC-JP | 魘雅サ「B | 111100101011011010110010111011011000111010111011100011101010001001000010 | f2b6b2ed8ebb8ea242 |
UTF-8 | 魘雅サ「B | 11101001101011011001100011101001100110111000010111101111101111011011101111101111101111011010001001000010 | e9ad98e99b85efbdbbefbda242 |
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)