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 | 隱閏隱閏^ | 111010001010101010001001010110111110100010101010100010010101101101011110 | e8aa895be8aa895b5e |
EUC-JP | 隱閏隱閏^ | 111100001010110010110001101111001111000010101100101100011011110001011110 | f0acb1bcf0acb1bc5e |
UTF-8 | 隱閏隱閏^ | 11101001100110101011000111101001100101101000111111101001100110101011000111101001100101101000111101011110 | e99ab1e9968fe99ab1e9968f5e |
UHC | 隱閏隱閏^ | 111010111101111111101011110011101110101111011111111010111100111001011110 | ebdfebceebdfebce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)