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{^ | 0011111110001111100000110110111001111101001111111000111110000011011011100111101101011110 | 3f8f836e7d3f8f836e7b5e |
EUC-JP | ?純n}?純n{^ | 0011111110111101111000110110111001111101001111111011110111100011011011100111101101011110 | 3fbde36e7d3fbde36e7b5e |
UTF-8 | 롻純n}롻純n{^ | 1110101110100001101110111110011110110100100101000110111001111101111010111010000110111011111001111011010010010100011011100111101101011110 | eba1bbe7b4946e7deba1bbe7b4946e7b5e |
UHC | 롻純n}롻純n{^ | 10001110111101101110001011101101011011100111110110001110111101101110001011101101011011100111101101011110 | 8ef6e2ed6e7d8ef6e2ed6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)