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 | 跚矩ャサ跫 | 1110011011100111100010111110100110101100101110111110011011101101 | e6e78be9acbbe6ed |
EUC-JP | 跚矩ャサ跫 | 11101100111010011011011011101011100011101010110010001110101110111110110011101111 | ece9b6eb8eac8ebbecef |
UTF-8 | 跚矩ャサ跫 | 111010001011011110011010111001111001111110101001111011111011110110101100111011111011110110111011111010001011011110101011 | e8b79ae79fa9efbdacefbdbbe8b7ab |
UHC | ?矩??? | 001111111100111110111011001111110011111100111111 | 3fcfbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)