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 | 丹続卒短歎 | 10010010010011111001000110110001100100011011001010010010010110101001001001010110 | 924f91b191b2925a9256 |
EUC-JP | 丹続卒短歎 | 11000011101100001100001010110011110000101011010011000011101110111100001110110111 | c3b0c2b3c2b4c3bbc3b7 |
UTF-8 | 丹続卒短歎 | 111001001011100010111001111001111011011010011010111001011000110110010010111001111001111110101101111001101010110110001110 | e4b8b9e7b69ae58d92e79fade6ad8e |
UHC | 丹?卒短歎 | 110100111010000100111111111100001110111111010011101011011111011110100111 | d3a13ff0efd3adf7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)