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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 悠?鷹?^ | 10010111010010010011111110010001111010010011111101011110 | 97493f91e93f5e |
EUC-JP | 悠?鷹?^ | 11001101101010100011111111000010111010110011111101011110 | cdaa3fc2eb3f5e |
UTF-8 | 悠렲鷹렲^ | 11100110100000101010000011101011101000001011001011101001101101111011100111101011101000001011001001011110 | e682a0eba0b2e9b7b9eba0b25e |
UHC | 悠렲鷹렲^ | 111010101110110110001110101111111110101111101101100011101011111101011110 | eaed8ebfebed8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)