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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ催膿 | 1100001010001101110000111001010001011110 | c28dc3945e |
EUC-JP | ツ催膿 | 100011101100001010111010110001011100011110111111 | 8ec2bac5c7bf |
UTF-8 | ツ催膿 | 111011111011111010000010111001011000001010101100111010001000011010111111 | efbe82e582ace886bf |
UHC | ?催膿 | 0011111111110101110010101101001011011011 | 3ff5cad2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)