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 | 퀴민료}퀴민료{^ | 111011011000000010110100111010111010111110111100111010111010001110001100011111011110110110000000101101001110101110101111101111001110101110100011100011000111101101011110 | ed80b4ebafbceba38c7ded80b4ebafbceba38c7b5e |
UHC | 퀴민료}퀴민료{^ | 110001001111101110111001110011101011011111100001011111011100010011111011101110011100111010110111111000010111101101011110 | c4fbb9ceb7e17dc4fbb9ceb7e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)