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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | `ヽ] | 1000000101001101100000010101001001011101 | 814d81525d |
EUC-JP | `ヽ] | 1010000110101110101000011011001101011101 | a1aea1b35d |
UTF-8 | `ヽ] | 11101111101111011000000011100011100000111011110101011101 | efbd80e383bd5d |
UHC | `?] | 10100011111000000011111101011101 | a3e03f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)