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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 欌당풗}欌당풗{^ | 111001101010110010001100111010111000101110111001111011011001001010010111011111011110011010101100100011001110101110001011101110011110110110010010100101110111101101011110 | e6ac8ceb8bb9ed92977de6ac8ceb8bb9ed92977b5e |
UHC | 欌당풗}欌당풗{^ | 111011011110101110110100111001111011111010011010011111011110110111101011101101001110011110111110100110100111101101011110 | edebb4e7be9a7dedebb4e7be9a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)