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 | 穰?穰瞬^ | 1110001001110100001111111110001001110100100011110111010101011110 | e2743fe2748f755e |
EUC-JP | 穰?穰瞬^ | 1110001111010101001111111110001111010101101111011101011001011110 | e3d53fe3d5bdd65e |
UTF-8 | 穰쀇穰瞬^ | 11100111101010011011000011101100100000001000011111100111101010011011000011100111100111101010110001011110 | e7a9b0ec8087e7a9b0e79eac5e |
UHC | 穰쀇穰瞬^ | 111001011100110110010111110001111110010111001101111000101110101101011110 | e5cd97c7e5cde2eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)