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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 相?n}相?n{^ | 1001000110001010001111110110111001111101100100011000101000111111011011100111101101011110 | 918a3f6e7d918a3f6e7b5e |
EUC-JP | 相?n}相?n{^ | 1100000111101010001111110110111001111101110000011110101000111111011011100111101101011110 | c1ea3f6e7dc1ea3f6e7b5e |
UTF-8 | 相쑃n}相쑃n{^ | 1110011110011011101110001110110010010001100000110110111001111101111001111001101110111000111011001001000110000011011011100111101101011110 | e79bb8ec91836e7de79bb8ec91836e7b5e |
UHC | 相쑃n}相쑃n{^ | 11011111110100111001110010100011011011100111110111011111110100111001110010100011011011100111101101011110 | dfd39ca36e7ddfd39ca36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)