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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樽辰丹達^ | 100100100100110110010010010000111001001001001111100100100100001001011110 | 924d9243924f92425e |
EUC-JP | 樽辰丹達^ | 110000111010111011000011101001001100001110110000110000111010001101011110 | c3aec3a4c3b0c3a35e |
UTF-8 | 樽辰丹達^ | 11100110101010001011110111101000101111101011000011100100101110001011100111101001100000011001010001011110 | e6a8bde8beb0e4b8b9e981945e |
UHC | 樽辰丹達^ | 111100011101110011110010111000111101001110100001110100111011100101011110 | f1dcf2e3d3a1d3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)