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 | ?亦?亦^ | 00111111100101101001001000111111100101101001001001011110 | 3f96923f96925e |
EUC-JP | 奭亦奭亦^ | 1000111110111000111111101100101111110010100011111011100011111110110010111111001001011110 | 8fb8fecbf28fb8fecbf25e |
UTF-8 | 奭亦奭亦^ | 11100101101001011010110111100100101110101010011011100101101001011010110111100100101110101010011001011110 | e5a5ade4baa6e5a5ade4baa65e |
UHC | 奭亦奭亦^ | 111000001010101111100110101100101110000010101011111001101011001001011110 | e0abe6b2e0abe6b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)