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 | 練뚧퉾}練뚧퉾{^ | 111011111010011010010110111010111001101010100111111011011000100110111110011111011110111110100110100101101110101110011010101001111110110110001001101111100111101101011110 | efa696eb9aa7ed89be7defa696eb9aa7ed89be7b5e |
UHC | 練뚧퉾}練뚧퉾{^ | 111001101101111110001100111001101011100110010110011111011110011011011111100011001110011010111001100101100111101101011110 | e6df8ce6b9967de6df8ce6b9967b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)