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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鐔随州鐔緒秀 | 111010000101110010010000100011111000111101000010111010000101110010001111100011111000111101000111 | e85c908f8f42e85c8f8f8f47 |
EUC-JP | 鐔随州鐔緒秀 | 111011111011110110111111111011111011110110100011111011111011110110111101111011111011110110101000 | efbdbfefbda3efbdbdefbda8 |
UTF-8 | 鐔随州鐔緒秀 | 111010011001000010010100111010011001101010001111111001011011011110011110111010011001000010010100111001111011011110010010111001111010011110000000 | e99094e99a8fe5b79ee99094e7b792e7a780 |
UHC | ??州??秀 | 0011111100111111111100011011011000111111001111111110001010110011 | 3f3ff1b63f3fe2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)