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 | ツ淌Э | 1100001010011111110000111000010001011110 | c29fc3845e |
EUC-JP | ツ淌Э | 100011101100001011011110110001011010011110111111 | 8ec2dec5a7bf |
UTF-8 | ツ淌Э | 1110111110111110100000101110011010110111100011001101000010101101 | efbe82e6b78cd0ad |
UHC | ??Э | 00111111001111111010110010111111 | 3f3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)