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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逾懦顕 | 111001111010010110011100111011011000110010110000 | e7a59ced8cb0 |
EUC-JP | 逾懦顕 | 111011101010011111011000111011111011100010110010 | eea7d8efb8b2 |
UTF-8 | 逾懦顕 | 111010011000000010111110111001101000011110100110111010011010000110010101 | e980bee687a6e9a195 |
UHC | 逾懦? | 1110101110110101110100011101011100111111 | ebb5d1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)