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 | 犒琲犒琲^ | 111000001011010111100000111010001110000010110101111000001110100001011110 | e0b5e0e8e0b5e0e85e |
EUC-JP | 犒琲犒琲^ | 111000001011011111100000111010101110000010110111111000001110101001011110 | e0b7e0eae0b7e0ea5e |
UTF-8 | 犒琲犒琲^ | 11100111100010101001001011100111100100001011001011100111100010101001001011100111100100001011001001011110 | e78a92e790b2e78a92e790b25e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)