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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 財?\ | 10001101111000000011111101011100 | 8de03f5c |
EUC-JP | 財?\ | 10111010111000100011111101011100 | bae23f5c |
UTF-8 | 財렒\ | 11101000101100101010000111101011101000001001001001011100 | e8b2a1eba0925c |
UHC | 財렒\ | 1110111010101111100011101010011101011100 | eeaf8ea75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)