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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 崑?}崑?{^ | 100110111100000000111111011111011001101111000000001111110111101101011110 | 9bc03f7d9bc03f7b5e |
EUC-JP | 崑?}崑?{^ | 110101101100001000111111011111011101011011000010001111110111101101011110 | d6c23f7dd6c23f7b5e |
UTF-8 | 崑죈}崑죈{^ | 111001011011010010010001111011001010001110001000011111011110010110110100100100011110110010100011100010000111101101011110 | e5b491eca3887de5b491eca3887b5e |
UHC | 崑죈}崑죈{^ | 1100110111011111110000011100110001111101110011011101111111000001110011000111101101011110 | cddfc1cc7dcddfc1cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)