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 | 顰懶スァ鍄 | 1110100011111100100111001110111110111101101001111110011111111011 | e8fc9cefbda7e7fb |
EUC-JP | 顰懶スァ鍄 | 11110000111111101101100011110001100011101011110110001110101001111110111011111101 | f0fed8f18ebd8ea7eefd |
UTF-8 | 顰懶スァ鍄 | 111010011010000110110000111001101000011110110110111011111011110110111101111011111011110110100111111010011000110110000100 | e9a1b0e687b6efbdbdefbda7e98d84 |
UHC | ?懶??? | 001111111101010011111011001111110011111100111111 | 3fd4fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)