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 | ?炫}?炫{^ | 001111111111101101010010011111010011111111111011010100100111101101011110 | 3ffb527d3ffb527b5e |
EUC-JP | ?炫}?炫{^ | 0011111110001111110010011101001101111101001111111000111111001001110100110111101101011110 | 3f8fc9d37d3f8fc9d37b5e |
UTF-8 | 륍炫}륍炫{^ | 111010111010010110001101111001111000001010101011011111011110101110100101100011011110011110000010101010110111101101011110 | eba58de782ab7deba58de782ab7b5e |
UHC | 륍炫}륍炫{^ | 1000111111110110111110101101101101111101100011111111011011111010110110110111101101011110 | 8ff6fadb7d8ff6fadb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)