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 | 晶ク汐 | 100011111011101111111001100011101011100011110011111011101000111010101100 | 8fbbf98eb8f3ee8eac |
EUC-JP | 晶?ク?汐 | 1011111010111101001111111000111010111000001111111011110010101110 | bebd3f8eb83fbcae |
UTF-8 | 晶ク汐 | 111001101001100110110110111011101001101110101001111011111011110110111000111011101000101110100001111001101011000110010000 | e699b6ee9ba9efbdb8ee8ba1e6b190 |
UHC | 晶???汐 | 11101111110111000011111100111111001111111110000010110001 | efdc3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)