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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ツ選\ | 11000010100100010100100101011100 | c291495c |
EUC-JP | ツ選\ | 1000111011000010110000011010101001011100 | 8ec2c1aa5c |
UTF-8 | ツ選\ | 11101111101111101000001011101001100000011011100001011100 | efbe82e981b85c |
UHC | ?選\ | 00111111111000001101010001011100 | 3fe0d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)