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 | 隹荵隹荵^ | 111010001011000011100100101110011110100010110000111001001011100101011110 | e8b0e4b9e8b0e4b95e |
EUC-JP | 隹荵隹荵^ | 111100001011001011101000101110111111000010110010111010001011101101011110 | f0b2e8bbf0b2e8bb5e |
UTF-8 | 隹荵隹荵^ | 11101001100110101011100111101000100011011011010111101001100110101011100111101000100011011011010101011110 | e99ab9e88db5e99ab9e88db55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)