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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 財?B | 10001101111000000011111101000010 | 8de03f42 |
EUC-JP | 財?B | 10111010111000100011111101000010 | bae23f42 |
UTF-8 | 財렗B | 11101000101100101010000111101011101000001001011101000010 | e8b2a1eba09742 |
UHC | 財렗B | 1110111010101111100011101010110001000010 | eeaf8eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)