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 | 昔洵珣僊楔 | 10010000110011001001111110101011111110110110001110011001010000011001111010110110 | 90cc9fabfb6399419eb6 |
EUC-JP | 昔洵珣僊楔 | 1100000011001110110111101010110110001111110010111111010011010001101000101101110010111000 | c0cedead8fcbf4d1a2dcb8 |
UTF-8 | 昔洵珣僊楔 | 111001101001100010010100111001101011010010110101111001111000111110100011111001011000001110001010111001101010010110010100 | e69894e6b4b5e78fa3e5838ae6a594 |
UHC | 昔洵珣僊楔 | 11100000101011101110001011100111111000101110100111100000101110101110000011011011 | e0aee2e7e2e9e0bae0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)