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 | ??K??[ | 001111110011111101001011001111110011111101011011 | 3f3f4b3f3f5b |
SJIS-WIN | ?ェK?ェ[ | 001111111010101001001011001111111010101001011011 | 3faa4b3faa5b |
EUC-JP | ?ェK?ェ[ | 0011111110001110101010100100101100111111100011101010101001011011 | 3f8eaa4b3f8eaa5b |
UTF-8 | 䵸ェK䵸ェ[ | 1110010010110101101110001110111110111101101010100100101111100100101101011011100011101111101111011010101001011011 | e4b5b8efbdaa4be4b5b8efbdaa5b |
UHC | ??K??[ | 001111110011111101001011001111110011111101011011 | 3f3f4b3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)