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 | 昔洵愠僊楔 | 10010000110011001001111110101011111110101100000110011001010000011001111010110110 | 90cc9fabfac199419eb6 |
EUC-JP | 昔洵?僊楔 | 110000001100111011011110101011010011111111010001101000101101110010111000 | c0cedead3fd1a2dcb8 |
UTF-8 | 昔洵愠僊楔 | 111001101001100010010100111001101011010010110101111001101000010010100000111001011000001110001010111001101010010110010100 | e69894e6b4b5e684a0e5838ae6a594 |
UHC | 昔洵?僊楔 | 111000001010111011100010111001110011111111100000101110101110000011011011 | e0aee2e73fe0bae0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)