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 | 狸湛揃速^ | 100100100100101110010010010110001001000110110101100100011010110001011110 | 924b925891b591ac5e |
EUC-JP | 狸湛揃速^ | 110000111010110011000011101110011100001010110111110000101010111001011110 | c3acc3b9c2b7c2ae5e |
UTF-8 | 狸湛揃速^ | 11100111100010111011100011100110101110011001101111100110100011111000001111101001100000001001111101011110 | e78bb8e6b99be68f83e9809f5e |
UHC | 狸湛?速^ | 1101011111100001110100111100000000111111111000011101110001011110 | d7e1d3c03fe1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)