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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豐コ邁滂シ膿 | 11100110101100101011101011100111101100001001111111101111101111001001010001011110 | e6b2bae7b09fefbc945e |
EUC-JP | 豐コ邁滂シ膿 | 111011001011010010001110101110101110111010110010110111101111000110001110101111001100011110111111 | ecb48ebaeeb2def18ebcc7bf |
UTF-8 | 豐コ邁滂シ膿 | 111010001011000110010000111011111011110110111010111010011000001010000001111001101011101110000010111011111011110110111100111010001000011010111111 | e8b190efbdbae98281e6bb82efbdbce886bf |
UHC | ??邁滂?膿 | 001111110011111111011000111001001101101110110101001111111101001011011011 | 3f3fd8e4dbb53fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)