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 | 槊攷貂 | 100111101100110010011101101111011110011010111000 | 9ecc9dbde6b8 |
EUC-JP | 槊攷貂 | 110111001100111011011010101111111110110010111010 | dccedabfecba |
UTF-8 | 槊攷貂 | 111001101010011110001010111001101001010010110111111010001011001010000010 | e6a78ae694b7e8b282 |
UHC | ?攷貂 | 0011111111001101101110011111010110110000 | 3fcdb9f5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)