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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ淞閉短 | 11000010100111111100001010010101110000101001001001011010 | c29fc295c2925a |
EUC-JP | ツ淞閉短 | 1000111011000010110111101100010011001010110001001100001110111011 | 8ec2dec4cac4c3bb |
UTF-8 | ツ淞閉短 | 111011111011111010000010111001101011011110011110111010011001011010001001111001111001111110101101 | efbe82e6b79ee99689e79fad |
UHC | ?淞閉短 | 00111111111000011110011111111000110011011101001110101101 | 3fe1e7f8cdd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)