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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?祉}?祉{^ | 001111111000111010000011011111010011111110001110100000110111101101011110 | 3f8e837d3f8e837b5e |
EUC-JP | ?祉}?祉{^ | 001111111011101111100011011111010011111110111011111000110111101101011110 | 3fbbe37d3fbbe37b5e |
UTF-8 | 뤓祉}뤓祉{^ | 111010111010010010010011111001111010010110001001011111011110101110100100100100111110011110100101100010010111101101011110 | eba493e7a5897deba493e7a5897b5e |
UHC | 뤓祉}뤓祉{^ | 1000111111000011111100101011001101111101100011111100001111110010101100110111101101011110 | 8fc3f2b37d8fc3f2b37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)