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 | 捨陬尺社治 | 10001110110011001110100010100011100011101101101010001110110100001000111010100001 | 8ecce8a38eda8ed08ea1 |
EUC-JP | 捨陬尺社治 | 10111100110011101111000010100101101111001101110010111100110100101011110010100011 | bccef0a5bcdcbcd2bca3 |
UTF-8 | 捨陬尺社治 | 111001101000110110101000111010011001100110101100111001011011000010111010111001111010010010111110111001101011001010111011 | e68da8e999ace5b0bae7a4bee6b2bb |
UHC | 捨?尺社治 | 110111101101011100111111111101001010100111011110111001001111011010111101 | ded73ff4a9dee4f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)