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 | 1001010110110001100101011011000101000010 | 95b195b142 |
EUC-JP | 奮奮B | 1100101010110011110010101011001101000010 | cab3cab342 |
UTF-8 | 奮奮B | 11100101101001011010111011100101101001011010111001000010 | e5a5aee5a5ae42 |
UHC | 奮奮B | 1101110111000111110111011100011101000010 | ddc7ddc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)