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 | 枠檮枠樅^ | 100110000110011110011110100011011001100001100111100111101110000001011110 | 98679e8d98679ee05e |
EUC-JP | 枠檮枠樅^ | 110011111100100011011011111011011100111111001000110111001110001001011110 | cfc8dbedcfc8dce25e |
UTF-8 | 枠檮枠樅^ | 11100110100111101010000011100110101010101010111011100110100111101010000011100110101010001000010101011110 | e69ea0e6aaaee69ea0e6a8855e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)