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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 炅鎧 | 11111011010100011000101001011010 | fb518a5a |
EUC-JP | 炅鎧 | 1000111111001001110010101011001110111011 | 8fc9cab3bb |
UTF-8 | 炅鎧 | 111001111000001010000101111010011000111010100111 | e78285e98ea7 |
UHC | 炅鎧 | 11001100110111011100101111010001 | ccddcbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)