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 | 琲檮琲樅^ | 111000001110100010011110100011011110000011101000100111101110000001011110 | e0e89e8de0e89ee05e |
EUC-JP | 琲檮琲樅^ | 111000001110101011011011111011011110000011101010110111001110001001011110 | e0eadbede0eadce25e |
UTF-8 | 琲檮琲樅^ | 11100111100100001011001011100110101010101010111011100111100100001011001011100110101010001000010101011110 | e790b2e6aaaee790b2e6a8855e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)