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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕旃諌∬ョ | 111010001011100010011101110100011000101011010000100000011110100010101110 | e8b89dd18ad081e8ae |
EUC-JP | 雕旃諌∬ョ | 11110000101110101101101011010011101101001101001010100010111010101000111010101110 | f0badad3b4d2a2ea8eae |
UTF-8 | 雕旃諌∬ョ | 111010011001101110010101111001101001011110000011111010001010101110001100111000101000100010101100111011111011110110101110 | e99b95e69783e8ab8ce288acefbdae |
UHC | 雕??∬? | 11110000111001110011111100111111101000011111001100111111 | f0e73f3fa1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)