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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 犱失鍾 | 111110110101101110001110101110001000111111011111 | fb5b8eb88fdf |
EUC-JP | 犱失鍾 | 10001111110010101110111110111100101110101011111011100001 | 8fcaefbcbabee1 |
UTF-8 | 犱失鍾 | 111001111000101010110001111001011010010010110001111010011000110110111110 | e78ab1e5a4b1e98dbe |
UHC | ?失鍾 | 0011111111100011111101111111000110100011 | 3fe3f7f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)