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 | 퀴펌┪}퀴펌┪{^ | 111011011000000010110100111011011000111010001100111000101001010010101010011111011110110110000000101101001110110110001110100011001110001010010100101010100111101101011110 | ed80b4ed8e8ce294aa7ded80b4ed8e8ce294aa7b5e |
UHC | 퀴펌┪}퀴펌┪{^ | 110001001111101111000110110111111010011011010000011111011100010011111011110001101101111110100110110100000111101101011110 | c4fbc6dfa6d07dc4fbc6dfa6d07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)